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

CoordPointCollection.Item[Int32] Property

Returns a CoordPoint class descendant object stored in the specified index.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public CoordPoint this[int index] { get; set; }

Parameters

Name Type Description
index Int32

A Int32 value.

Property Value

Type Description
CoordPoint

A CoordPoint class descendant object.

See Also