| SolutionMaxControlIterations Property |
[This is preliminary documentation and is subject to change.]
Maximum allowable control iterations
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int MaxControlIterations { get; set; }
Public Property MaxControlIterations As Integer
Get
Set
public:
property int MaxControlIterations {
int get ();
void set (int value);
}
member MaxControlIterations : int with get, set
function get_MaxControlIterations();
function set_MaxControlIterations(value);
Property Value
Type:
Int32See Also