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

IMapDataAdapter.GetItem(Int32) Method

Returns the item at the specified position.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

MapItem GetItem(
    int index
)

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