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


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

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