Skip to main content

MapPathSegmentCollection(Object) Constructor

Initializes a new instance of the MapPathSegmentCollection class.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapPathSegmentCollection(
    object owner
)

Parameters

Name Type Description
owner Object

An object, which will receive change notifications when properties of the created object are changed.

See Also