CADability dotNET
Returns true if both axis of the ellipse have the same length. It may be a circle or a circular arc.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool IsCircle { get; }
Visual Basic
Public ReadOnly Property IsCircle As Boolean
	Get
Visual C++
public:
property bool IsCircle {
	bool get ();
}

See Also