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.

Definition

Namespace: DHI.Mike1D.ModelState
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool ReadStartObject(
	string tokenName
)

Parameters

tokenName  String
Name of token

Return Value

Boolean

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

See Also