Revit 2022.1 API |
WireSize..::..InUse Property |
WireSize Class See Also |
Get or set whether the size can be used in sizing.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
C# |
---|
public bool InUse { get; set; } |
Visual Basic |
---|
Public Property InUse As Boolean Get Set |
Visual C++ |
---|
public: property bool InUse { bool get (); void set (bool value); } |