Click or drag to resize

DfsuFileType Enumeration

Type of dfsu file.

Namespace:  DHI.Generic.MikeZero.DFS.dfsu
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum DfsuFileType
Members
  Member nameValueDescription
Dfsu2D0 2D area series
DfsuVerticalColumn1 1D vertical column
DfsuVerticalProfileSigma2 2D vertical slice through a Dfsu3DSigma
DfsuVerticalProfileSigmaZ3 2D vertical slice through a Dfsu3DSigmaZ
Dfsu3DSigma4 3D file with sigma coordinates, i.e., a constant number of layers.
Dfsu3DSigmaZ5 3D file with sigma and Z coordinates, i.e. a varying number of layers.
See Also