WizardFitResultsElementList Property |
The names of the elements used by the wizard.
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<string> ElementList { get; set; }
Public Property ElementList As List(Of String)
Get
Set
Dim instance As WizardFitResults
Dim value As List(Of String)
value = instance.ElementList
instance.ElementList = value
Property Value
ListStringSee Also