| SensorsAllocationFactor Property |
[This is preliminary documentation and is subject to change.]
Array of doubles for the allocation factors for each phase.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllocationFactor { get; }
Public ReadOnly Property AllocationFactor As Double()
Get
public:
property array<double>^ AllocationFactor {
array<double>^ get ();
}
member AllocationFactor : float[] with get
function get_AllocationFactor();
Property Value
Type:
DoubleSee Also