ComboEx (XSIDialog)
Description
This method is identical to XSIDialog.Combo except that it is possible to specify an initial selection from the combo box.
Scripting Syntax
XSIDialog.ComboEx( [Title], ComboItems, Default )
Parameters
|
Parameter |
Type |
Description |
|
Title |
Title of the dialog |
|
|
ComboItems |
||
|
Default |
Index of the ComboItems array that should be selected by default. |
Return Value
Long index (zero based) of the item selected from the ComboItems argument. If the user cancels the dialog then -1 is returned.
See Also
Autodesk Softimage v7.5