This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.Rotation Property (ArcObjects .NET 10.5 SDK) |
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