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


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

IProjectedCoordinateSystem4GEN.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

IProjectedCoordinateSystem4GEN Interface