| MetersAllocFactors Property |
[This is preliminary documentation and is subject to change.]
Array of doubles: set the phase allocation factors for the active meter.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllocFactors { get; set; }
Public Property AllocFactors As Double()
Get
Set
public:
property array<double>^ AllocFactors {
array<double>^ get ();
void set (array<double>^ value);
}
member AllocFactors : float[] with get, set
function get_AllocFactors();
function set_AllocFactors(value);
Property Value
Type:
DoubleSee Also