XSInterpolationTypes Enumeration

Defines how an interpolated cross section are interpolated

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum XSInterpolationTypes

Members

ProcessedTopDown0 Interpolates the processed data. Raw data will not be available, see InterpolateXSProcessed for details.
Raw1 Interpolates the raw data and calculates processed data from the new raw data.
Middling2 Interpolation happens during runtime by requesting values at neighbour cross sections and interpolate between those. // TODO: see details XXX

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also