| LoadShapesUseActual Property |
[This is preliminary documentation and is subject to change.]
Boolean flag to let Loads know to use the actual value in the curve rather than use the value as a multiplier.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool UseActual { get; set; }
Public Property UseActual As Boolean
Get
Set
public:
property bool UseActual {
bool get ();
void set (bool value);
}
member UseActual : bool with get, set
function get_UseActual();
function set_UseActual(value);
Property Value
Type:
BooleanSee Also