Back to Devexpress

IMapDataAdapter.GetItemBySourceObject(Object) Method

windowsforms-devexpress-dot-xtramap-dot-imapdataadapter-dot-getitembysourceobject-x28-system-dot-object-x29.md

latest1.3 KB
Original Source

IMapDataAdapter.GetItemBySourceObject(Object) Method

Gets a map item by the source object.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
MapItem GetItemBySourceObject(
    object sourceObject
)
vb
Function GetItemBySourceObject(
    sourceObject As Object
) As MapItem

Parameters

NameTypeDescription
sourceObjectObject

A source object.

|

Returns

TypeDescription
MapItem

A MapItem object that is obtained from the source object.

|

See Also

IMapDataAdapter Interface

IMapDataAdapter Members

DevExpress.XtraMap Namespace