CADability dotNET
Returns true, if the Area of this shape is 0.0

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

Syntax

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

See Also