| Revit 2022 API |
| Application..::..IsSystemsEnabled Property |
| Application Class See Also |
Checks whether or not any systems disciplines (mechanical, electrical, or piping) are enabled.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.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 (); } |