| CircuitNumBuses Property |
[This is preliminary documentation and is subject to change.]
Total number of Buses in the circuit.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int NumBuses { get; }
Public ReadOnly Property NumBuses As Integer
Get
public:
property int NumBuses {
int get ();
}
member NumBuses : int with get
Property Value
Type:
Int32See Also