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


ILongitudeRotationTransformation.Rotation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IL > ILongitudeRotationTransformation Interface > ILongitudeRotationTransformation.Rotation Property
ArcGIS Developer Help

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(
  System.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