C# Класс DHI.MikeCore.Examples.ExamplesDfs1

Class with example methods related to dfs1 files.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ExamplesDfs1 ( ) : System

Static constructor

Описание методов

Read1DAxis() публичный Метод

Example of reading 1D axis from dfs1 file
public Read1DAxis ( string filename ) : void
filename string
Результат void

ReadingDfs1File() публичный статический Метод

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
Результат void