DistributionSysTypeNumWires Property |
Get or set number of wires of distribution system.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int NumWires { get; set; }
Public Property NumWires As Integer
Get
Set
public:
property int NumWires {
int get ();
void set (int value);
}
member NumWires : int with get, set
Property Value
Int32
Exceptions
See Also