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




geometries
outSpatialReference

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 GeometryServerDcomProxy
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
outSpatialReference

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.