Amount of GeoEllipse rotation in the clockwise direction.
[Visual Basic .NET] Public Property Rotation As Double
[C#] public double Rotation {get; set;}
[C++]
HRESULT get_Rotation(
double* pdDegreesClockwise
);
[C++]
HRESULT put_Rotation(
double pdDegreesClockwise
);
[C++]Parameters
pdDegreesClockwise [out, retval] pdDegreesClockwise is a parameter of type double pdDegreesClockwise [in] pdDegreesClockwise is a parameter of type double
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
The Rotation property assigns a specified amount of rotation to the GeoEllipse Y axis in degrees, clockwise from 0 degrees, or north.