Click or drag to resize

DfsuBuilderSetNumberOfTimeSteps Method

Sets the number of time steps in the file.

This is only required in streaming context, where it is not possible to update the dfs header when everything is written to the file. In a non-streaming context this should not be used.

This is a stage 1 method.

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

Parameters

numberOfTimeSteps
Type: SystemInt32

Implements

IDfsuBuilderSetNumberOfTimeSteps(Int32)
See Also