STComponentQuantitiesCreate(STBaseComponent, PredefinedQuantityST, ComponentResultType) Method

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

Definition

Namespace: DHI.Mike1D.STDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static IQuantity Create(
	STBaseComponent stComponent,
	PredefinedQuantityST stPredefinedQuantity,
	ComponentResultType componentResultType
)

Parameters

stComponent  STBaseComponent

[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  PredefinedQuantityST

[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  ComponentResultType

[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

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