Mike1DDataTryGetAdditionalData Method

Get additional data, based on key.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool TryGetAdditionalData(
	string key,
	out Object value
)

Parameters

key  String
Identifier/key string of additional data object
value  Object
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter.

Return Value

Boolean
True if value is set for the key. False otherwise

See Also