Click or drag to resize

MetadataCollectionAdd Method

Adds a new Metadata object to the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void Add(
	string Name,
	double Value
)

Parameters

Name  String
The name of the new Metadata object
Value  Double
The value of the new Metadata object
See Also