selectContents

Syntax

<Path>.selectContents(SelectAllObjects:boolean)
Note:

A 3D Only model does not provide the method selectContents.

The method selectContents selects all objects located in the Frame designated by <Path> ( true ) or deselects them ( false ).

Parameter

The parameter SelectAllObjects of data type boolean sets if all objects will be selected (true) or deselected (false).

Example

frame2.selectContents(true)

Related Topic

Select All on the Home Ribbon Tab