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