This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEllipticArc Interface > IEllipticArc.CentralAngle Property (ArcObjects .NET 10.5 SDK) |
The included (or central) angle.
[Visual Basic .NET] Public Property CentralAngle As Double
[C#] public double CentralAngle {get; set;}
[C++]
HRESULT get_CentralAngle(
double* CentralAngle
);
[C++]
HRESULT put_CentralAngle(
double CentralAngle
);
[C++]
Parameters CentralAngle [out, retval] CentralAngle is a parameter of type double CentralAngle CentralAngle is a parameter of type double
The CentralAngle describes the span of the EllipticArc. The CentralAngle is the angular measure between the FromAngle and the ToAngle. The CentralAngle is measured in Radians and is always between -2*Pi and 2*Pi. If the CentralAngle > 0, then the EllipticArc is oriented in a CounterClockwise direction.