Click or drag to resize

ProcessingOption Enumeration

How levels should be determined when calculating processed data from raw data.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum ProcessingOption
Members
  Member nameValueDescription
AutomaticLevels0 Use the built-in algorithm to find appropriate processed levels
EquidistantLevels1 Equidistant processed levels between a given min/max pair
UserDefinedLevels2 Processed levels are user-defined
See Also