ESRI.ArcGIS.ADF.ArcGISServer
ProjectAsync(SpatialReference,SpatialReference,Boolean,GeoTransformation,Envelope,Geometry[]) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > ProjectAsync Method : ProjectAsync(SpatialReference,SpatialReference,Boolean,GeoTransformation,Envelope,Geometry[]) Method




InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ProjectAsync( _
   ByVal InSpatialReference As SpatialReference, _
   ByVal OutSpatialReference As SpatialReference, _
   ByVal TransformForward As Boolean, _
   ByVal Transformation As GeoTransformation, _
   ByVal Extent As Envelope, _
   ByVal InGeometryArray() As Geometry _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim InSpatialReference As SpatialReference
Dim OutSpatialReference As SpatialReference
Dim TransformForward As Boolean
Dim Transformation As GeoTransformation
Dim Extent As Envelope
Dim InGeometryArray() As Geometry
 
instance.ProjectAsync(InSpatialReference, OutSpatialReference, TransformForward, Transformation, Extent, InGeometryArray)

Parameters

InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray

See Also

© 2010 All Rights Reserved.