Click or drag to resize

ProxyUtilGetterReachGeneric Method

Returns an IVectorGetterT for generic data on the reach and quantity. Also returns an IElementSetDefinition specifying 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IVectorGetter<double> GetterReachGeneric(
	EngineReach engineReach,
	IQuantity quantity,
	out IElementSetDefinition elementSet
)

Parameters

engineReach
Type: DHI.Mike1D.EngineEngineReach
quantity
Type: DHI.Mike1D.GenericIQuantity
elementSet
Type: DHI.Mike1D.GenericIElementSetDefinition

Return Value

Type: IVectorGetterDouble
See Also