Click or drag to resize

STQuantitiesCreate Method (PredefinedQuantityST, ComponentResultType)

Returns an ST quantity from predefined quantity and component result type.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static IQuantity Create(
	PredefinedQuantityST stPredefinedQuantity,
	ComponentResultType componentResultType
)

Parameters

stPredefinedQuantity
Type: DHI.Mike1D.GenericPredefinedQuantityST

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

componentResultType
Type: DHI.Mike1D.GenericComponentResultType

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

Return Value

Type: IQuantity

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

See Also