Get the value which indicates whether this distribution system is in service now.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public bool IsInUse { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsInUse As Boolean Get |
| Visual C++ |
|---|
public: property bool IsInUse { bool get (); } |