ProxyUtilGetterUnboxed(EngineNode, IQuantity) Method

Note: This API is now obsolete.

Returns an FuncTResult for the node and quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[ObsoleteAttribute("User Getter method instead")]
public Func<double> GetterUnboxed(
	EngineNode engineNode,
	IQuantity quantity
)

Parameters

engineNode  EngineNode

[Missing <param name="engineNode"/> documentation for "M:DHI.Mike1D.Engine.ProxyUtil.GetterUnboxed(DHI.Mike1D.Engine.EngineNode,DHI.Mike1D.Generic.IQuantity)"]

quantity  IQuantity

[Missing <param name="quantity"/> documentation for "M:DHI.Mike1D.Engine.ProxyUtil.GetterUnboxed(DHI.Mike1D.Engine.EngineNode,DHI.Mike1D.Generic.IQuantity)"]

Return Value

FuncDouble

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ProxyUtil.GetterUnboxed(DHI.Mike1D.Engine.EngineNode,DHI.Mike1D.Generic.IQuantity)"]

See Also