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


IEllipticArc.CentralAngle Property (ArcObjects .NET 10.4 SDK)
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

.NET Related Topics

How to work with IEllipticArc properties