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

CoordPointCollection Class

A collection of CoordPoint class descendant objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public class CoordPointCollection :
    SupportCallbackCollection<CoordPoint>,
    IOwnedElement

The following members return CoordPointCollection objects:

Inheritance

Object
DXCollectionBase<CoordPoint>
DXCollection<CoordPoint>
DevExpress.XtraMap.SupportCallbackCollection<CoordPoint>
CoordPointCollection
See Also