| CircuitAllElementNames Property |
[This is preliminary documentation and is subject to change.]
Array of strings containing Full Name of all elements.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllElementNames { get; }
Public ReadOnly Property AllElementNames As String()
Get
public:
property array<String^>^ AllElementNames {
array<String^>^ get ();
}
member AllElementNames : string[] with get
function get_AllElementNames();
Property Value
Type:
StringSee Also