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

dataPoint
The data point.
dataContext
The data context.
Prepares the data point.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub PrepareDataPoint( _
   ByVal dataPoint As GraphicsDataSource.DataObject, _
   ByVal dataContext As Object _
) 
C# 
protected virtual void PrepareDataPoint( 
   GraphicsDataSource.DataObject dataPoint,
   object dataContext
)

Parameters

dataPoint
The data point.
dataContext
The data context.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.