IMapDataAdapter.GetItem(Int32) Method
Returns the item at the specified position.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v26.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value, which specifies the position of the item. |
Returns
| Type | Description |
|---|---|
| MapItem | A MapItem object at the specified position. |
See Also