QuantityAppendZoneNum Method

Create zone quantity

This is used by the NAM model to create snow zone quantities.

Append the number in the id (if larger than one) and prepend "Zone X" to description of quantity.

If the description already contains "Zone", it is replaced by "Zone X"

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 AppendZoneNum(
	IQuantity quantity,
	int number
)

Parameters

quantity  IQuantity

[Missing <param name="quantity"/> documentation for "M:DHI.Mike1D.Generic.Quantity.AppendZoneNum(DHI.Mike1D.Generic.IQuantity,System.Int32)"]

number  Int32

[Missing <param name="number"/> documentation for "M:DHI.Mike1D.Generic.Quantity.AppendZoneNum(DHI.Mike1D.Generic.IQuantity,System.Int32)"]

Return Value

Quantity
Quantity with new id and description.

See Also