CrossLineWriterOutputFormats Enumeration

Types of text output formats supported

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 enum OutputFormats

Members

Csv0 Csv format
Json1 JSON format
Gnuplot2 Format suited for outputting in gnuplot

Extension Methods

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

See Also