| CktElementAllVariableValues Property |
[This is preliminary documentation and is subject to change.]
Array of doubles. Values of state variables of active element if PC element.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllVariableValues { get; }
Public ReadOnly Property AllVariableValues As Double()
Get
public:
property array<double>^ AllVariableValues {
array<double>^ get ();
}
member AllVariableValues : float[] with get
function get_AllVariableValues();
Property Value
Type:
DoubleSee Also