MetadataCollectionValue Property |
Gets or sets the value of the metadata object with the given name in the collection.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double this[
string Name
] { get; set; }
Public Property Value (
Name As String
) As Double
Get
Set
Dim instance As MetadataCollection
Dim Name As String
Dim value As Double
value = instance.Value(Name)
instance.Value(Name) = value
Parameters
- Name String
- The name of the metadata object to get or set
Return Value
DoubleThe value of the
Metadata object.
Remarks See Also