FloodMapCalculatorRegisterHQuantity Method

Register a quantity to be extracted from H-points.

This will populate getters in UpGetters and UpGetters at the index returned by this method.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public int RegisterHQuantity(
	IQuantity quantity
)

Parameters

quantity  IQuantity

[Missing <param name="quantity"/> documentation for "M:DHI.Mike1D.FloodMap.FloodMapCalculator.RegisterHQuantity(DHI.Mike1D.Generic.IQuantity)"]

Return Value

Int32
Index of quantity in the DoGetters and UpGetters

Remarks

Getters are populated in the SetupCalculator(IDoubleNetworkProxy, IListIQuantity) method.

See Also