C# 클래스 DHI.MikeCore.Examples.ExamplesDfs1

Class with example methods related to dfs1 files.
파일 보기 프로젝트 열기: DHI/MIKECore-Examples

공개 메소드들

메소드 설명
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