A newer version of this page is available.
Switch to the current version.
MapSegmentCollectionBase<T> Class
Defines the base type for collections used by vector items containing segments.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
public abstract class MapSegmentCollectionBase<T> :
SupportCallbackCollection<T>,
IOwnedElement
where T : MapSegmentBase
Public MustInherit Class MapSegmentCollectionBase(Of T As MapSegmentBase)
Inherits SupportCallbackCollection(Of T)
Implements IOwnedElement
Type Parameters
Name |
---|
T |
Inheritance
Object
DXCollectionBase<T>
DXCollection<T>
DevExpress.XtraMap.SupportCallbackCollection<T>
See Also
Feedback