ArcGIS API for WPF - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.