Click or drag to resize

M11FfBlockReaderGetNextBlockType Method

Returns the next block type. Can be called several times.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public M11FfBlockReaderBlockType GetNextBlockType()

Return Value

Type: M11FfBlockReaderBlockType

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.M11FfBlockReader.GetNextBlockType"]

Remarks
It reads the block type value from the file once and stores and returns the value. On consequtive calls, the stored values is returned. On any call to one of the ReadBlock methods, the stored value is reset.
See Also