Click or drag to resize

ProxyUtilGettersFraction Method

Returns a set of IDoubleGetter for the gridpoint and quantity. We can return several quantities with the same id (usually they will differ in their description). If the quantity is not offerent, an empty list is returned.

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 List<KeyValuePair<IQuantity, DDoubleFractionGetter>> GettersFraction(
	EngineReach engineReach,
	int gridPointIndex,
	IQuantity quantity
)

Parameters

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

Return Value

Type: ListKeyValuePairIQuantity, DDoubleFractionGetter
See Also