Click or drag to resize

STComponentQuantitiesCreate Method (STBaseComponent, PredefinedQuantityST, ComponentResultType)

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,
	ComponentResultType componentResultType
)

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,DHI.Mike1D.Generic.ComponentResultType)"]

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,DHI.Mike1D.Generic.ComponentResultType)"]

componentResultType
Type: DHI.Mike1D.GenericComponentResultType

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

Return Value

Type: IQuantity

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

See Also