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
)
Public Function TryGetAdditionalData (
key As String,
<OutAttribute> ByRef value As Object
) As Boolean
public:
bool TryGetAdditionalData(
String^ key,
[OutAttribute] 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:
BooleanTrue if value is set for the key. False otherwise
See Also