Method that returns the list of available choices.
"choiceParameterValue_var" is a variable referencing a ChoiceParameterValue object.
|
|
Type | Description |
boolean | Returns true if the call was successful. |
Name | Type | Description |
names | string[] | An array of the names of the choices. These coincide with the array of possible values returned by the values argument. |
values | string[] | An array of the possible values. These coincide with the array of names returned by the names argument. |