This document is archived and information here might be outdated.  Recommended version.


ILongitudeRotationTransformation.Rotation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ILongitudeRotationTransformation.Rotation Property

Counterclockwise (looking down on North Pole) positive rotation about Earth's rotational axis.

[Visual Basic .NET]
Public ReadOnly Property Rotation As Double
[C#]
public double Rotation {get;}
[C++]
HRESULT get_Rotation(
  double* rz
);
[C++]

Parameters rz [out, retval] rz is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILongitudeRotationTransformation Interface