Get or set number of wires of distribution system.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int NumWires { get; set; }
Property Value
Int32Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | While assign a negative value to NumWires. |
