Click or drag to resize

ProxyUtilGetter Method (EngineReach, IQuantity, Int32)

Returns an IVectorGetterT for the reach and quantity. Also returns an indexList with indices of gridpoints in reach where each element value belongs to.

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 IVectorGetter<double> Getter(
	EngineReach engineReach,
	IQuantity quantity,
	out int[] indexList
)

Parameters

engineReach
Type: DHI.Mike1D.EngineEngineReach

[Missing <param name="engineReach"/> documentation for "M:DHI.Mike1D.Engine.ProxyUtil.Getter(DHI.Mike1D.Engine.EngineReach,DHI.Mike1D.Generic.IQuantity,System.Int32[]@)"]

quantity
Type: DHI.Mike1D.GenericIQuantity

[Missing <param name="quantity"/> documentation for "M:DHI.Mike1D.Engine.ProxyUtil.Getter(DHI.Mike1D.Engine.EngineReach,DHI.Mike1D.Generic.IQuantity,System.Int32[]@)"]

indexList
Type: SystemInt32

[Missing <param name="indexList"/> documentation for "M:DHI.Mike1D.Engine.ProxyUtil.Getter(DHI.Mike1D.Engine.EngineReach,DHI.Mike1D.Generic.IQuantity,System.Int32[]@)"]

Return Value

Type: IVectorGetterDouble

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ProxyUtil.Getter(DHI.Mike1D.Engine.EngineReach,DHI.Mike1D.Generic.IQuantity,System.Int32[]@)"]

See Also