Click or drag to resize

HDTotalInOutflowCalculatorGetValues Method

Get the current values. A new array will be returned every time called.

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double GetValues()

Return Value

Type: Double
Remarks
When implementing new code, be sure to return a copy of data, such that engine data is not made available for editing with this call.
See Also