ESRI.ArcGIS.ADF.ArcGISServer.Local
BeginProject Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerDcomProxy Class : BeginProject Method




InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginProject( _
   ByVal InSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal OutSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
   ByVal TransformForward As Boolean, _
   ByVal Transformation As ESRI.ArcGIS.ADF.ArcGISServer.GeoTransformation, _
   ByVal Extent As ESRI.ArcGIS.ADF.ArcGISServer.Envelope, _
   ByVal InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerDcomProxy
Dim InSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim OutSpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim TransformForward As Boolean
Dim Transformation As ESRI.ArcGIS.ADF.ArcGISServer.GeoTransformation
Dim Extent As ESRI.ArcGIS.ADF.ArcGISServer.Envelope
Dim InGeometryArray() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginProject(InSpatialReference, OutSpatialReference, TransformForward, Transformation, Extent, InGeometryArray, callback, asyncState)
C# 
public IAsyncResult BeginProject( 
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference InSpatialReference,
   ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference OutSpatialReference,
   bool TransformForward,
   ESRI.ArcGIS.ADF.ArcGISServer.GeoTransformation Transformation,
   ESRI.ArcGIS.ADF.ArcGISServer.Envelope Extent,
   ESRI.ArcGIS.ADF.ArcGISServer.Geometry[] InGeometryArray,
   AsyncCallback callback,
   object asyncState
)

Parameters

InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray
callback
asyncState

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.