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

InnerBoundaryCollection(MapPathSegment) Constructor

Initializes a new instance of the InnerBoundaryCollection class with the specified owner.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public InnerBoundaryCollection(
    MapPathSegment segment
)

Parameters

Name Type Description
segment MapPathSegment

A MapPathSegment object that is the owner of this collection.

See Also