FloodMapGridSkipProjInterpolation Property

Flag indicating to skip projection interpolation

Projection interpolation does projection calculation based on bi-linear interpolation on a pre-calculated grid of projection values. This is for performance reasons.

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 bool SkipProjInterpolation { get; set; }

Property Value

Boolean

See Also