STQuantitiesCreate(String, PredefinedQuantityST, ComponentResultType) Method

Returns an ST quantity from predefined quantity for a given component quantity id and component result type.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static IQuantity Create(
	string stComponentId,
	PredefinedQuantityST stPredefinedQuantity,
	ComponentResultType componentResultType
)

Parameters

stComponentId  String

[Missing <param name="stComponentId"/> documentation for "M:DHI.Mike1D.Generic.STQuantities.Create(System.String,DHI.Mike1D.Generic.PredefinedQuantityST,DHI.Mike1D.Generic.ComponentResultType)"]

stPredefinedQuantity  PredefinedQuantityST

[Missing <param name="stPredefinedQuantity"/> documentation for "M:DHI.Mike1D.Generic.STQuantities.Create(System.String,DHI.Mike1D.Generic.PredefinedQuantityST,DHI.Mike1D.Generic.ComponentResultType)"]

componentResultType  ComponentResultType

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

Return Value

IQuantity

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.STQuantities.Create(System.String,DHI.Mike1D.Generic.PredefinedQuantityST,DHI.Mike1D.Generic.ComponentResultType)"]

See Also