Click or drag to resize

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.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool TryGetValue(
	string Name,
	ref double 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

Boolean
True if the metadata field exists, false if not
See Also