ESRI.ArcGIS.ADF.Web
TransformationParams Constructor(Envelope,Int32,Int32,Double,TransformationDirection,SpatialReference)
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > TransformationParams Class > TransformationParams Constructor : TransformationParams Constructor(Envelope,Int32,Int32,Double,TransformationDirection,SpatialReference)




extent
Map extent
viewWidth
Map view width
viewHeight
Map view height
mapRotationInDegrees
Map rotation in degrees
direction
The direction of the transformation
spatialReference
The spatial reference to assign geometries that are created as a result of transformation
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal extent As Envelope, _
   ByVal viewWidth As Integer, _
   ByVal viewHeight As Integer, _
   ByVal mapRotationInDegrees As Double, _
   ByVal direction As TransformationDirection, _
   ByVal spatialReference As SpatialReference _
)
Visual Basic (Usage)Copy Code
Dim extent As Envelope
Dim viewWidth As Integer
Dim viewHeight As Integer
Dim mapRotationInDegrees As Double
Dim direction As TransformationDirection
Dim spatialReference As SpatialReference
 
Dim instance As TransformationParams(extent, viewWidth, viewHeight, mapRotationInDegrees, direction, spatialReference)
C# 
public TransformationParams( 
   Envelope extent,
   int viewWidth,
   int viewHeight,
   double mapRotationInDegrees,
   TransformationDirection direction,
   SpatialReference spatialReference
)

Parameters

extent
Map extent
viewWidth
Map view width
viewHeight
Map view height
mapRotationInDegrees
Map rotation in degrees
direction
The direction of the transformation
spatialReference
The spatial reference to assign geometries that are created as a result of transformation

See Also

© 2010 All Rights Reserved.