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.IsCircular Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* IsCircular
);
[C++]
Parameters IsCircular [out, retval] IsCircular is a parameter of type VARIANT_BOOL
IsCircular returns TRUE when the minorMajorRatio=1.