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

ReadOnlyCoordPointCollection Class

A read-only collection of CoordPoint objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public class ReadOnlyCoordPointCollection :
    ReadOnlyCollection<CoordPoint>

The following members return ReadOnlyCoordPointCollection objects:

Inheritance

Object
ReadOnlyCollection<CoordPoint>
ReadOnlyCoordPointCollection
See Also