![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer | |
Project(SpatialReference,SpatialReference,Boolean,GeoTransformation,Envelope,Geometry[]) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > Project Method : Project(SpatialReference,SpatialReference,Boolean,GeoTransformation,Envelope,Geometry[]) Method |
- InSpatialReference
- OutSpatialReference
- TransformForward
- Transformation
- Extent
- InGeometryArray
Visual Basic (Declaration) | |
---|---|
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 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) | ![]() |
---|---|
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.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 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
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