WizardResultNewParameterNames Property |
The paramter names to assign to the circuit.
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<string> NewParameterNames { get; set; }
Public Property NewParameterNames As List(Of String)
Get
Set
Dim instance As WizardResult
Dim value As List(Of String)
value = instance.NewParameterNames
instance.NewParameterNames = value
Property Value
ListStringRemarks Empty entries will cause the default name to be used for the parameter.
See Also