| GeneratorsForcedON Property |
[This is preliminary documentation and is subject to change.]
Indicates whether the generator is forced ON regardles of other dispatch criteria.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool ForcedON { get; set; }
Public Property ForcedON As Boolean
Get
Set
public:
property bool ForcedON {
bool get ();
void set (bool value);
}
member ForcedON : bool with get, set
function get_ForcedON();
function set_ForcedON(value);
Property Value
Type:
BooleanSee Also