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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public M11FfBlockReaderBlockType GetNextBlockType()

Return Value

Type: M11FfBlockReaderBlockType
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