ESRI.ArcGIS.ADF.Web
RotationParams Constructor(Envelope,Double)
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > RotationParams Class > RotationParams Constructor : RotationParams Constructor(Envelope,Double)




extent
Map extent
angleInDegrees
Map rotation in degrees
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal extent As Envelope, _
   ByVal angleInDegrees As Double _
)
Visual Basic (Usage)Copy Code
Dim extent As Envelope
Dim angleInDegrees As Double
 
Dim instance As RotationParams(extent, angleInDegrees)
C# 
public RotationParams( 
   Envelope extent,
   double angleInDegrees
)

Parameters

extent
Map extent
angleInDegrees
Map rotation in degrees

See Also

© 2010 All Rights Reserved.