ESRI.ArcGIS.ADF.ArcGISServer
ProjectAsync(SpatialReference,SpatialReference,Boolean,GeoTransformation,Envelope,Geometry[]) Method
See Also  Send Feedback
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

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.