QuantityCreate(PredefinedQuantity, String) Method

Create a new Quantity based on one of the PredefinedQuantity

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 Create(
	PredefinedQuantity predefinedQuantity,
	string description
)

Parameters

predefinedQuantity  PredefinedQuantity
Predefined datatype
description  String

Return Value

Quantity

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

See Also