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




InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Overloads Function Project( _
   ByVal InSpatialReference As SpatialReference, _
   ByVal OutSpatialReference As SpatialReference, _
   ByVal TransformForward As Boolean, _
   ByVal Transformation As GeoTransformation, _
   ByVal Extent As Envelope, _
   ByVal InGeometryArray() As Geometry _
) 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
Dim value() As Geometry
 
value = instance.Project(InSpatialReference, OutSpatialReference, TransformForward, Transformation, Extent, InGeometryArray)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public Geometry[] Project( 
   SpatialReference InSpatialReference,
   SpatialReference OutSpatialReference,
   bool TransformForward,
   GeoTransformation Transformation,
   Envelope Extent,
   Geometry[] InGeometryArray
)

Parameters

InSpatialReference
OutSpatialReference
TransformForward
Transformation
Extent
InGeometryArray

See Also

© 2010 All Rights Reserved.