Skip to main content
A newer version of this page is available. .

MapPathSegmentCollection(Object) Constructor

Initializes a new instance of the MapPathSegmentCollection class.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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