Mike1DDataTryGetAdditionalData Method
Get additional data, based on key.
Namespace: DHI.Mike1D.Mike1DDataAccessAssembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool TryGetAdditionalData(
string key,
out Object value
)
- 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.
BooleanTrue if value is set for the key. False otherwise