Skip to main content

MapSegmentCollectionBase<T> Class

Defines the base type for collections used by vector items containing segments.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class MapSegmentCollectionBase<T> :
    SupportCallbackCollection<T>,
    IOwnedElement
    where T : MapSegmentBase

Type Parameters

Name
T

Inheritance

Object
DXCollectionBase<T>
DXCollection<T>
DevExpress.XtraMap.SupportCallbackCollection<T>
See Also