Click or drag to resize

STComponentQuantitiesCreate Method (STBaseComponent, PredefinedQuantityST)

Returns a ST quantity from predefined quantity for a given component.

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 Create(
	STBaseComponent stComponent,
	PredefinedQuantityST stPredefinedQuantity
)

Parameters

stComponent
Type: DHI.Mike1D.STDataAccessSTBaseComponent

[Missing <param name="stComponent"/> documentation for "M:DHI.Mike1D.STDataAccess.STComponentQuantities.Create(DHI.Mike1D.STDataAccess.STBaseComponent,DHI.Mike1D.Generic.PredefinedQuantityST)"]

stPredefinedQuantity
Type: DHI.Mike1D.GenericPredefinedQuantityST

[Missing <param name="stPredefinedQuantity"/> documentation for "M:DHI.Mike1D.STDataAccess.STComponentQuantities.Create(DHI.Mike1D.STDataAccess.STBaseComponent,DHI.Mike1D.Generic.PredefinedQuantityST)"]

Return Value

Type: IQuantity

[Missing <returns> documentation for "M:DHI.Mike1D.STDataAccess.STComponentQuantities.Create(DHI.Mike1D.STDataAccess.STBaseComponent,DHI.Mike1D.Generic.PredefinedQuantityST)"]

See Also