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


IEllipticArc.IsCircular Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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(
  VARIANT_BOOL* IsCircular
);
[C++]

Parameters IsCircular [out, retval] IsCircular is a parameter of type VARIANT_BOOL

Product Availability

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

Description

IsCircular returns TRUE when the minorMajorRatio=1.

See Also

IEllipticArc Interface

.NET Related Topics

How to work with IEllipticArc properties