| CktElementBusNames Property |
[This is preliminary documentation and is subject to change.]
Array of strings. Get Bus definitions to which each terminal is connected.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] BusNames { get; set; }
Public Property BusNames As String()
Get
Set
public:
property array<String^>^ BusNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
member BusNames : string[] with get, set
function get_BusNames();
function set_BusNames(value);
Property Value
Type:
StringSee Also