ITabulatedCalculationMode 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)
Type: dimensionless
Unit: []
Default: 0
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax int CalculationMode { get; set; }
Property CalculationMode As Integer
Get
Set
property int CalculationMode {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also