Click or drag to resize

ProxyUtilGetter Method (EngineReach, Int32, IQuantity)

Returns an IDoubleGetter for the gridpoint 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IDoubleGetter Getter(
	EngineReach engineReach,
	int gridPointIndex,
	IQuantity quantity
)

Parameters

engineReach
Type: DHI.Mike1D.EngineEngineReach
gridPointIndex
Type: SystemInt32
quantity
Type: DHI.Mike1D.GenericIQuantity

Return Value

Type: IDoubleGetter
See Also