Click or drag to resize

Dfs123BuilderSetDataType Method

Set the data type.

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.

This is a stage 1 method. Setting in stage 2 will fail.

Namespace:  DHI.Generic.MikeZero.DFS.dfs123
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

IDfs123BuilderSetDataType(Int32)
See Also