| SolutionControlActionsDone Property |
[This is preliminary documentation and is subject to change.]
Flag indicating the control actions are done.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool ControlActionsDone { get; set; }
Public Property ControlActionsDone As Boolean
Get
Set
public:
property bool ControlActionsDone {
bool get ();
void set (bool value);
}
member ControlActionsDone : bool with get, set
function get_ControlActionsDone();
function set_ControlActionsDone(value);
Property Value
Type:
BooleanSee Also