CADability dotNET
Gets or sets the active flag. Onnly active filters in a FilterList are used for filtering.

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

Syntax

C#
public bool IsActive { get; set; }
Visual Basic
Public Property IsActive As Boolean
	Get
	Set
Visual C++
public:
property bool IsActive {
	bool get ();
	void set (bool value);
}

See Also