| CircuitAllNodeNames Property |
[This is preliminary documentation and is subject to change.]
Array of strings containing full name of each node in system in same order as returned by AllBusVolts, etc.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllNodeNames { get; }
Public ReadOnly Property AllNodeNames As String()
Get
public:
property array<String^>^ AllNodeNames {
array<String^>^ get ();
}
member AllNodeNames : string[] with get
function get_AllNodeNames();
Property Value
Type:
StringSee Also