Click or drag to resize

DfsBuilderSetDataType Method

Set the data type.

This is a stage 1 method.

The data type tags the file as a special dfs file type. There exists no global system for maintaining these tag-variables. The tag-variables should only be interpreted locally within one model-complex e.g. MIKE 21. The application programmer can tag bathymetries, result files, input files freely.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetDataType(
	int dataType
)

Parameters

dataType
Type: SystemInt32

Implements

IDfsFileBuilderSetDataType(Int32)
See Also