STComponentQuantitiesSuspLoad Method (STBaseComponent, String) |
Returns suspended face transport quantity for a given component in [m3/s].
Namespace:
DHI.Mike1D.STDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static IQuantity SuspLoad(
STBaseComponent stComponent,
string extra = ""
)
Public Shared Function SuspLoad (
stComponent As STBaseComponent,
Optional extra As String = ""
) As IQuantity
public:
static IQuantity^ SuspLoad(
STBaseComponent^ stComponent,
String^ extra = L""
)
Parameters
- stComponent
- Type: DHI.Mike1D.STDataAccessSTBaseComponent
[Missing <param name="stComponent"/> documentation for "M:DHI.Mike1D.STDataAccess.STComponentQuantities.SuspLoad(DHI.Mike1D.STDataAccess.STBaseComponent,System.String)"]
- extra (Optional)
- Type: SystemString
[Missing <param name="extra"/> documentation for "M:DHI.Mike1D.STDataAccess.STComponentQuantities.SuspLoad(DHI.Mike1D.STDataAccess.STBaseComponent,System.String)"]
Return Value
Type:
IQuantity[Missing <returns> documentation for "M:DHI.Mike1D.STDataAccess.STComponentQuantities.SuspLoad(DHI.Mike1D.STDataAccess.STBaseComponent,System.String)"]
See Also