Click or drag to resize

GriddedValueBufferInitialize Method (String, NullableTsItemValueType, Int32)

Initialize buffer, open dfs2 file.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Initialize(
	string dfs2File,
	Nullable<TsItemValueType> valuetype = null,
	int itemIndex = 0
)

Parameters

dfs2File
Type: SystemString
Path and name of dfs2 file
valuetype (Optional)
Type: SystemNullableTsItemValueType
Type of value to use, overriding type of value in dfs2 file. Set to null to use value in dfs2 file.
itemIndex (Optional)
Type: SystemInt32
1-based item index
See Also