| Revit 2022.1 API |
| DistributionSysType..::..IsInUse Property |
| DistributionSysType Class See Also |
Get the value which indicates whether this distribution system is in service now.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsInUse { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsInUse As Boolean Get |
| Visual C++ |
|---|
public: property bool IsInUse { bool get (); } |