ArcGIS API for WPF - Library Reference
GetDataPoint Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsDataSource Class : GetDataPoint Method

dataContext
The data context used for the graphics.
Retrieves the data object corresponding to the object passed as the parameter.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetDataPoint( _
   ByVal dataContext As Object _
) As GraphicsDataSource.DataObject
C# 
protected virtual GraphicsDataSource.DataObject GetDataPoint( 
   object dataContext
)

Parameters

dataContext
The data context used for the graphics.

Return Value

The data point associated with the object.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.