IStormwaterInletAddQQRelation Method |
Add a QQ relation for the specified slope. Must be added in order of increasing
slope.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void AddQQRelation(
double slope,
XYTable table
)
Sub AddQQRelation (
slope As Double,
table As XYTable
)
void AddQQRelation(
double slope,
XYTable^ table
)
Parameters
- slope
- Type: SystemDouble
[Missing <param name="slope"/> documentation for "M:DHI.Mike1D.StructureModule.IStormwaterInlet.AddQQRelation(System.Double,DHI.Mike1D.Generic.XYTable)"]
- table
- Type: DHI.Mike1D.GenericXYTable
[Missing <param name="table"/> documentation for "M:DHI.Mike1D.StructureModule.IStormwaterInlet.AddQQRelation(System.Double,DHI.Mike1D.Generic.XYTable)"]
See Also