CADability dotNET
Checks, whether this action is the currently active action

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

Syntax

C#
protected bool IsActive { get; }
Visual Basic
Protected ReadOnly Property IsActive As Boolean
	Get
Visual C++
protected:
property bool IsActive {
	bool get ();
}

See Also