| CktElementCurrentsMagAng Property |
[This is preliminary documentation and is subject to change.]
Currents in magnitude, angle format as a array of doubles.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] CurrentsMagAng { get; }
Public ReadOnly Property CurrentsMagAng As Double()
Get
public:
property array<double>^ CurrentsMagAng {
array<double>^ get ();
}
member CurrentsMagAng : float[] with get
function get_CurrentsMagAng();
Property Value
Type:
DoubleSee Also