| SolutionIterations Property |
[This is preliminary documentation and is subject to change.]
Number of iterations taken for last solution. (Same as TotalIterations)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int Iterations { get; }
Public ReadOnly Property Iterations As Integer
Get
public:
property int Iterations {
int get ();
}
member Iterations : int with get
function get_Iterations();
Property Value
Type:
Int32See Also