Click or drag to resize

MetadataCollectionValue Property

Gets or sets the value of the metadata object with the given name in the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public double this[
	string Name
] { get; set; }

Parameters

Name  String
The name of the metadata object to get or set

Return Value

Double
The value of the Metadata object.
Remarks
Throws an exception if the name is not present in the collection. Check with the Contains(String) function first, or use TryGetValue(String, Double).
See Also