StormwaterInletAddQQRelation 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)
Syntaxpublic void AddQQRelation(
	double slope,
	XYTable qqRelation
)
Public Sub AddQQRelation ( 
	slope As Double,
	qqRelation As XYTable
)
public:
virtual void AddQQRelation(
	double slope, 
	XYTable^ qqRelation
) sealed
Parameters
- slope
 - Type: SystemDouble
[Missing <param name="slope"/> documentation for "M:DHI.Mike1D.StructureModule.StormwaterInlet.AddQQRelation(System.Double,DHI.Mike1D.Generic.XYTable)"]
 - qqRelation
 - Type: DHI.Mike1D.GenericXYTable
[Missing <param name="qqRelation"/> documentation for "M:DHI.Mike1D.StructureModule.StormwaterInlet.AddQQRelation(System.Double,DHI.Mike1D.Generic.XYTable)"]
 
Implements
IStormwaterInletAddQQRelation(Double, XYTable)
See Also