| SolutionAlgorithm Property |
[This is preliminary documentation and is subject to change.]
Base Solution algorithm: {dssNormalSolve | dssNewtonSolve}
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int Algorithm { get; set; }
Public Property Algorithm As Integer
Get
Set
public:
property int Algorithm {
int get ();
void set (int value);
}
member Algorithm : int with get, set
function get_Algorithm();
function set_Algorithm(value);
Property Value
Type:
Int32See Also