| CktElementAllVariableNames Property |
[This is preliminary documentation and is subject to change.]
Array of strings listing all the published variable names, if a PCElement. Otherwise, null string.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllVariableNames { get; }
Public ReadOnly Property AllVariableNames As String()
Get
public:
property array<String^>^ AllVariableNames {
array<String^>^ get ();
}
member AllVariableNames : string[] with get
function get_AllVariableNames();
Property Value
Type:
StringSee Also