Click or drag to resize

TabulatedCalculationMode Property

Integer telling how the table should be interpreted When 0 then Q = f(Hups, Hdws) When 1 then Hups = f(Hdws, Q) When 2 then Hdws = f(Hups, Q)

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int CalculationMode { get; set; }

Property Value

Type: Int32

Implements

ITabulatedCalculationMode
See Also