ProcessingLevelsSpecs Class

level-related specifications for pre-processing of cross section data

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 class ProcessingLevelsSpecs : ICloneable, 
	IExtensibleDataObject
Inheritance
Object    ProcessingLevelsSpecs
Implements
ICloneable, IExtensibleDataObject

Properties

ExtensionData Holds data from an extended DataContract
MaxLevel if ProcessingOption is Equidistant or UserDefined, the upper end of range, or NotANumber if not applicable or set

MaxLevel is relative to raw data, and must not include any datum offset

MinLevel if ProcessingOption is Equidistant or UserDefined, the lower end of range, or NotANumber if not applicable or set

MinLevel is relative to raw data, and must not include any datum offset

NoOfLevels careful: there can be a value for the number of levels to use, which, if ProcessingOption is UserDefined, will be equal to the Length of UserDefLevels - but this number can also be set independently.
Option how to do pre-processing
ProcessedLevelsStartAtZero True if the processed levels should be forced to start at zero (MU approach) even if the raw data does not do so.
TopExtension Type of top extension of processed data.
UserDefLevels the levels for user-defined processing (absolute elevations in [m]!), or null if none. Must be strictly monotonically increasing. Apart from these, the relative min and max levels, plus the datum, from the raw data will also be part of the processed levels. NOTE: if you set an individual value within the array, you must re-process the hydraulic data.

Levels are relative to raw data, and must not include any datum offset

Methods

Clone ICloneable. Make a copy of this.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also