C# Class DHI.MikeCore.Examples.ExamplesDfs1

Class with example methods related to dfs1 files.
Mostra file Open project: DHI/MIKECore-Examples

Public Methods

Method Description
Read1DAxis ( string filename ) : void

Example of reading 1D axis from dfs1 file

ReadingDfs1File ( string filename ) : void

Introductory example of how to load a dfs1 file.

The method assumes that the wln.dfs1 test file is the input file.

Private Methods

Method Description
ExamplesDfs1 ( ) : System

Static constructor

Method Details

Read1DAxis() public method

Example of reading 1D axis from dfs1 file
public Read1DAxis ( string filename ) : void
filename string
return void

ReadingDfs1File() public static method

Introductory example of how to load a dfs1 file.

The method assumes that the wln.dfs1 test file is the input file.

public static ReadingDfs1File ( string filename ) : void
filename string path and name of wln.dfs1 test file
return void