Application.IsSystemsEnabled Property

ApplicationIsSystemsEnabled Property

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

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsSystemsEnabled { get; }
Public ReadOnly Property IsSystemsEnabled As Boolean
	Get
public:
property bool IsSystemsEnabled {
	bool get ();
}
member IsSystemsEnabled : bool with get

Property Value

Boolean
See Also