QuantityAppend(PredefinedQuantity, String, String) Method

Append idExtra to the quantity Id and descExtra to the quantity description

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 Quantity Append(
	PredefinedQuantity predefinedQuantity,
	string idExtra,
	string descExtra
)

Parameters

predefinedQuantity  PredefinedQuantity

[Missing <param name="predefinedQuantity"/> documentation for "M:DHI.Mike1D.Generic.Quantity.Append(DHI.Mike1D.Generic.PredefinedQuantity,System.String,System.String)"]

idExtra  String

[Missing <param name="idExtra"/> documentation for "M:DHI.Mike1D.Generic.Quantity.Append(DHI.Mike1D.Generic.PredefinedQuantity,System.String,System.String)"]

descExtra  String

[Missing <param name="descExtra"/> documentation for "M:DHI.Mike1D.Generic.Quantity.Append(DHI.Mike1D.Generic.PredefinedQuantity,System.String,System.String)"]

Return Value

Quantity

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Quantity.Append(DHI.Mike1D.Generic.PredefinedQuantity,System.String,System.String)"]

See Also