| SettingsTrapezoidal Property |
[This is preliminary documentation and is subject to change.]
{True | False *} Gets value of trapezoidal integration flag in energy meters.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool Trapezoidal { get; set; }
Public Property Trapezoidal As Boolean
Get
Set
public:
property bool Trapezoidal {
bool get ();
void set (bool value);
}
member Trapezoidal : bool with get, set
function get_Trapezoidal();
function set_Trapezoidal(value);
Property Value
Type:
BooleanSee Also