Skip to main content

InnerBoundaryCollection Class

A collection of InnerBoundary objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class InnerBoundaryCollection :
    SupportCallbackCollection<InnerBoundary>

The following members return InnerBoundaryCollection objects:

Remarks

An object of this class can be accessed using the MapPathSegment.InnerBoundaries property.

Inheritance

Object
DXCollectionBase<InnerBoundary>
DXCollection<InnerBoundary>
DevExpress.XtraMap.SupportCallbackCollection<InnerBoundary>
InnerBoundaryCollection
See Also