Back to Devexpress

ShapefileDataAdapter.GetItemSourceObject(MapItem) Method

wpf-devexpress-dot-xpf-dot-map-dot-shapefiledataadapter-dot-getitemsourceobject-x28-devexpress-dot-xpf-dot-map-dot-mapitem-x29.md

latest1.5 KB
Original Source

ShapefileDataAdapter.GetItemSourceObject(MapItem) Method

Returns the source object of the specified map item.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public override object GetItemSourceObject(
    MapItem item
)
vb
Public Overrides Function GetItemSourceObject(
    item As MapItem
) As Object

Parameters

NameTypeDescription
itemMapItem

A MapItem object.

|

Returns

TypeDescription
Object

A Object that is the source object of the item.

|

Remarks

This method returns the MapItem object specified as a method parameter.

See Also

ShapefileDataAdapter Class

ShapefileDataAdapter Members

DevExpress.Xpf.Map Namespace