Skip to main content

CoordPointCollection.Item[Int32] Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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