Introduced
1.0
Description
Selects all objects.
Scripting Syntax
SelectAll( [AffectSelectionList], [CheckObjectSelectability] )
Parameters
|
Parameter |
Type |
Description |
|
AffectSelectionList |
True to select objects, False to return a list of objects. Default Value: True |
|
|
CheckObjectSelectability |
Specifies whether to select objects that marked as unselectable. Default Value: False Possible Values: • False: Select objects even if they are marked as unselectable. • True: Do not select objects if they are marked as unselectable. |
Return Value
If SelectFlag is False, returns XSICollection containing the objects.
Examples
VBScript Example
' Select all objects SelectAll ' Get a list of all objects dim list set list = SelectAll( False )
Autodesk Softimage v7.5