IsSystemsEnabled Property


Checks whether or not any systems disciplines (mechanical, electrical, or piping) are enabled.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

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

See Also