ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem2.Rotation Property

The rotation value used to change the axis directions in a Krovak projected coordinate system.

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

Parameters

r [out, retval]   r is a parameter of type double r   r is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem2 Interface