| BusLoadList Property |
[This is preliminary documentation and is subject to change.]
List of strings: Full Names of LOAD elements connected to the active bus.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] LoadList { get; }
Public ReadOnly Property LoadList As String()
Get
public:
property array<String^>^ LoadList {
array<String^>^ get ();
}
member LoadList : string[] with get
Property Value
Type:
StringSee Also