| CircuitAllBusNames Property |
[This is preliminary documentation and is subject to change.]
Array of strings containing names of all buses in circuit (see AllNodeNames).
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllBusNames { get; }
Public ReadOnly Property AllBusNames As String()
Get
public:
property array<String^>^ AllBusNames {
array<String^>^ get ();
}
member AllBusNames : string[] with get
function get_AllBusNames();
Property Value
Type:
StringSee Also