ESRI.ArcGIS.ADF.ArcGISServer
Project(List<Geometry>,SpatialReference) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > Project Method : Project(List<Geometry>,SpatialReference) Method




geometries
The geometries 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 Project( _
   ByVal geometries As List(Of Geometry), _
   ByVal outSpatialReference As ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference _
) As List(Of Geometry)
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim geometries As List(Of Geometry)
Dim outSpatialReference As ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference
Dim value As List(Of Geometry)
 
value = instance.Project(geometries, outSpatialReference)
C# 
public List<Geometry> Project( 
   List<Geometry> geometries,
   ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference outSpatialReference
)

Parameters

geometries
The geometries to project.
outSpatialReference
The SpatialReference to project to.

Return Value

The projected geometries.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.