Click or drag to resize

IQuantityCreate Method

Create a new quantity with the item and description provided. Factory method

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
IQuantity Create(
	eumItem eum,
	string description,
	string id
)

Parameters

eum
Type: eumItem

[Missing <param name="eum"/> documentation for "M:DHI.Mike1D.Generic.IQuantity.Create(DHI.Generic.MikeZero.eumItem,System.String,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:DHI.Mike1D.Generic.IQuantity.Create(DHI.Generic.MikeZero.eumItem,System.String,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:DHI.Mike1D.Generic.IQuantity.Create(DHI.Generic.MikeZero.eumItem,System.String,System.String)"]

Return Value

Type: IQuantity

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

See Also