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

MapSegmentCollectionBase<T> Class

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.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