FurtherEvaluationResultNewSecondaryParameters Property |
These (Key: Secondary Parameter Name, Value: Description/Value) pairs are assigned to the data file
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Dictionary<string, Tuple<string, double>> NewSecondaryParameters { get; set; }
Public Property NewSecondaryParameters As Dictionary(Of String, Tuple(Of String, Double))
Get
Set
Dim instance As FurtherEvaluationResult
Dim value As Dictionary(Of String, Tuple(Of String, Double))
value = instance.NewSecondaryParameters
instance.NewSecondaryParameters = value
Property Value
DictionaryString,
TupleString,
DoubleSee Also