MetadataCollectionTryGetValue Method |
Checks if the metadata collection contains the metadata field with the given name. If yes, it is placed as Value.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool TryGetValue(
string Name,
ref double Value
)
Public Function TryGetValue (
Name As String,
ByRef Value As Double
) As Boolean
Dim instance As MetadataCollection
Dim Name As String
Dim Value As Double
Dim returnValue As Boolean
returnValue = instance.TryGetValue(Name,
Value)
Parameters
- Name String
- The name of the metadata field to read
- Value Double
- When the metadata field is present, is set to its value
Return Value
BooleanTrue if the metadata field exists, false if not
See Also