Click or drag to resize

ProxyUtilSetter Method (EngineNode, IQuantity)

Returns an IDoubleGetSet for the node and quantity.

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

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Action<double> Setter(
	EngineNode engineNode,
	IQuantity quantity
)

Parameters

engineNode
Type: DHI.Mike1D.EngineEngineNode

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

quantity
Type: DHI.Mike1D.GenericIQuantity

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

Return Value

Type: ActionDouble

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

See Also