Click or drag to resize

Mike1DDataGetAdditionalData Method (String)

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 Object GetAdditionalData(
	string key
)

Parameters

key
Type: SystemString
Identifier/key string of additional data object

Return Value

Type: Object
Object associated with key. Null if key is not defined
See Also