| LoadShapesPmult Property |
[This is preliminary documentation and is subject to change.]
Array of doubles for the P multiplier in the Loadshape.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Pmult { get; set; }
Public Property Pmult As Double()
Get
Set
public:
property array<double>^ Pmult {
array<double>^ get ();
void set (array<double>^ value);
}
member Pmult : float[] with get, set
function get_Pmult();
function set_Pmult(value);
Property Value
Type:
DoubleSee Also