PV SELECT ALL
version 2004.4 (Modified)
PV SELECT ALL (area; selection)
Parameter | Type | Description | |
area | Longint | 4D View area | |
selection | Integer | Selection option: | |
0 = Selection, 1 = Deselection |
Description
The PV SELECT ALL command selects or deselects all the cells in area.
By default, if the selection parameter is not passed or is set to 0, all the cells of the area are selected. If you pass 1 in selection, the command has the opposite effect: all the cells of the area are deselected.
See Also