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


IEllipticArc.IsCircular Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEllipticArc Interface > IEllipticArc.IsCircular Property
ArcGIS Developer Help

IEllipticArc.IsCircular Property

Indicates if this elliptical arc is acutally circular (major and minor axes same length).

[Visual Basic .NET]
Public ReadOnly Property IsCircular As Boolean
[C#]
public bool IsCircular {get;}
[C++]
HRESULT get_IsCircular(
  Boolean* IsCircular
);
[C++]
Parameters
IsCircular [out, retval]

IsCircular is a parameter of type bool*

Product Availability

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

Description

IsCircular returns TRUE when the minorMajorRatio = 1.

See Also

IEllipticArc Interface