MetadataCollectionAdd Method |
Adds a new
Metadata object to the collection.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public void Add(
string Name,
double Value
)
Public Sub Add (
Name As String,
Value As Double
)
Dim instance As MetadataCollection
Dim Name As String
Dim Value As Double
instance.Add(Name, Value)
Parameters
- Name String
- The name of the new Metadata object
- Value Double
- The value of the new Metadata object
See Also