Gets the rotation for this Viewpoint.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public double Rotation { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Rotation As Double |
Field Value
The rotation to apply to the Viewpoint envelope.Remarks
Rotation can only be used in conjunction with an Envelope representing the spatial extent of a Viewpoint. The rotation property
is read-only and can only be defined when the Viewpoint is instantiated. If the Viewpoint was instantiated without rotation, or using a pair of
points (observer and target) the property will return zero.