Click or drag to resize

Mike1DDataTryGetAdditionalData Method

Get additional data, based on key.

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

Parameters

key
Type: SystemString
Identifier/key string of additional data object
value
Type: SystemObject
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

Type: Boolean
True if value is set for the key. False otherwise
See Also