ArcGIS API for Windows Phone - Library Reference
ProjectAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > IProjectionService Interface : ProjectAsync Method

graphics
The graphics containing the geometry to project. The graphics must have their spatial reference set on the geometries it contains.
outSpatialReference
The SpatialReference to project to.
Projects a set of geometries into a new spatial reference. Raises the ProjectCompleted event when completed.

Syntax

Visual Basic (Declaration) 
Sub ProjectAsync( _
   ByVal graphics As IEnumerable(Of Graphic), _
   ByVal outSpatialReference As SpatialReference _
) 

Parameters

graphics
The graphics containing the geometry to project. The graphics must have their spatial reference set on the geometries it contains.
outSpatialReference
The SpatialReference to project to.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.