Click or drag to resize

BasinGeometryAreaInterpolation Property

Type of interpolation between levels.

If true, areas are interpolated linearly between levels.

If false, the basin is assumed to be conical, interpolation in cone radii is performed, giving the cone area at the level of interpolation. This is not interpolating linearly in the areas, instead it gives a geometrical more correct interpolation routine.

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool AreaInterpolation { get; set; }

Property Value

Type: Boolean
See Also