UtilTimeIntegratedItem(eumItem, String, String) Method

Get the item that comes from time integration of item. Also return additional id and description, to be used if creating new Quantity's.

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 eumItem TimeIntegratedItem(
	this eumItem item,
	out string idExtra,
	out string descrExtra
)

Parameters

item  eumItem

[Missing <param name="item"/> documentation for "M:DHI.Mike1D.Generic.Util.TimeIntegratedItem(DHI.Generic.MikeZero.eumItem,System.String@,System.String@)"]

idExtra  String

[Missing <param name="idExtra"/> documentation for "M:DHI.Mike1D.Generic.Util.TimeIntegratedItem(DHI.Generic.MikeZero.eumItem,System.String@,System.String@)"]

descrExtra  String

[Missing <param name="descrExtra"/> documentation for "M:DHI.Mike1D.Generic.Util.TimeIntegratedItem(DHI.Generic.MikeZero.eumItem,System.String@,System.String@)"]

Return Value

eumItem

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type eumItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also