ArcGIS Runtime SDK for WPF - Library Reference
ProjectTaskAsync(IEnumerable<Graphic>,SpatialReference) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > ProjectTaskAsync Method : ProjectTaskAsync(IEnumerable<Graphic>,SpatialReference) Method

graphics
The graphics containing the geometry to project.
outSpatialReference
The SpatialReference to project to.
Projects a set of geometries into a new spatial reference.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ProjectTaskAsync( _
   ByVal graphics As IEnumerable(Of Graphic), _
   ByVal outSpatialReference As SpatialReference _
) As Task(Of ProjectionResult)

Parameters

graphics
The graphics containing the geometry to project.
outSpatialReference
The SpatialReference to project to.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.