Checks whether or not any systems disciplines (mechanical, electrical, or piping) are enabled.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.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 (); } |