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