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