Skip to main content

VectorItemsLayer.GetMapItemBySourceObject(Object) Method

Gets a map item by the source object.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapItem GetMapItemBySourceObject(
    object sourceObject
)

Parameters

Name Type Description
sourceObject Object

A source object.

Returns

Type Description
MapItem

A MapItem object that is obtained from the source object.

See Also