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