ArcObjects Library Reference (Geometry)  

IEllipticArc.CentralAngle Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

Remarks

 

EllipticArc CentralAngle Example

See Also

IEllipticArc Interface