Click or drag to resize

Metadata(String, Double) Constructor

Initializes a new instance of the Metadata class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public Metadata(
	string name,
	double value
)

Parameters

name  String
The name of the new object
value  Double
The value of the new object
See Also