ArcGIS API for WPF - Library Reference
Project Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : Project 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 Function Project( _
   ByVal graphics As IEnumerable(Of Graphic), _
   ByVal outSpatialReference As SpatialReference _
) As IList(Of Graphic)

Parameters

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

Return Value

Returns a collection of graphics that contains geometries with points projected to the spatial reference indicated by the "outSpatialReference" parameter.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.