MetadataCollectionSetOrCreate Method |
Sets the value of the metadata with the given name to the specified value. If no
Metadata with the name is present, it will be added to the list.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public void SetOrCreate(
string Name,
double Value
)
Public Sub SetOrCreate (
Name As String,
Value As Double
)
Dim instance As MetadataCollection
Dim Name As String
Dim Value As Double
instance.SetOrCreate(Name, Value)
Parameters
- Name String
- The name of the Metadata object to set or create
- Value Double
- The value that the Metadata object will be set to
See Also