Revit 2026 API
Wire |
Get or set whether the size can be used in sizing.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool InUse { get; set; }
Public Property InUse As Boolean Get Set
public: property bool InUse { bool get (); void set (bool value); }
member InUse : bool with get, set
Property Value
BooleanSee Also