StructureParameters.CulvertSolverMethod Property |
Method to use when solving the culvert equations
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic Culvert.SolverMethods CulvertSolverMethod { get; set; }
Public Property CulvertSolverMethod As Culvert.SolverMethods
Get
Set
public:
property Culvert.SolverMethods CulvertSolverMethod {
Culvert.SolverMethods get ();
void set (Culvert.SolverMethods value);
}
Property Value
Type:
Culvert.SolverMethods
See Also