Metadata(String, Double) Constructor |
Initializes a new instance of the
Metadata class.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Metadata(
string name,
double value
)
Public Sub New (
name As String,
value As Double
)
Dim name As String
Dim value As Double
Dim instance As New Metadata(name, value)
Parameters
- name String
- The name of the new object
- value Double
- The value of the new object
See Also