Click or drag to resize

ModelStateReaderReadStartObject Method

Reads the next element from the state stream and validates that the tokenName matches.

If file version and bridge version matches, if object is not found, an exception is thrown.

If file version is older than bridge version, and object is not found, false is returned.

Namespace:  DHI.Mike1D.ModelState
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool ReadStartObject(
	string tokenName
)

Parameters

tokenName
Type: SystemString
Name of token

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.ModelState.ModelStateReader.ReadStartObject(System.String)"]

See Also