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

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

Syntax

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

Parameters

dataPoint
The data point.
dataContext
The data context.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.