Click or drag to resize

LTSResultQuantityCreate Method (PredefinedQuantity, LTSResultTypes, String)

Factory method to create LTSResultQuantity from PredefinedQuantity.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static LTSResultQuantity Create(
	PredefinedQuantity predefinedQuantityForProxy,
	LTSResultTypes resultType,
	string extra = ""
)

Parameters

predefinedQuantityForProxy
Type: DHI.Mike1D.GenericPredefinedQuantity

[Missing <param name="predefinedQuantityForProxy"/> documentation for "M:DHI.Mike1D.ResultDataAccess.LTSResultQuantity.Create(DHI.Mike1D.Generic.PredefinedQuantity,DHI.Mike1D.ResultDataAccess.LTSResultTypes,System.String)"]

resultType
Type: DHI.Mike1D.ResultDataAccessLTSResultTypes

[Missing <param name="resultType"/> documentation for "M:DHI.Mike1D.ResultDataAccess.LTSResultQuantity.Create(DHI.Mike1D.Generic.PredefinedQuantity,DHI.Mike1D.ResultDataAccess.LTSResultTypes,System.String)"]

extra (Optional)
Type: SystemString

[Missing <param name="extra"/> documentation for "M:DHI.Mike1D.ResultDataAccess.LTSResultQuantity.Create(DHI.Mike1D.Generic.PredefinedQuantity,DHI.Mike1D.ResultDataAccess.LTSResultTypes,System.String)"]

Return Value

Type: LTSResultQuantity

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.LTSResultQuantity.Create(DHI.Mike1D.Generic.PredefinedQuantity,DHI.Mike1D.ResultDataAccess.LTSResultTypes,System.String)"]

See Also