ESRI.ArcGIS.ADF.ArcGISServer
Project(Generic List,SpatialReference) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > Project Method : Project(Generic List,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 SpatialReference _
) As List(Of Geometry)
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim geometries As List(Of Geometry)
Dim outSpatialReference As SpatialReference
Dim value As List(Of Geometry)
 
value = instance.Project(geometries, outSpatialReference)
C# 
public List<Geometry> Project( 
   List<Geometry> geometries,
   SpatialReference outSpatialReference
)

Parameters

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

Return Value

The projected geometries.

See Also

© 2010 All Rights Reserved.