STQuantitiesCreate(String, PredefinedQuantityST) Method

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

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
)

Parameters

stComponentId  String

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

stPredefinedQuantity  PredefinedQuantityST

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

Return Value

IQuantity

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

See Also