Command PV SELECT ALL

4D View

PV SELECT ALL

version 2004.4 (Modified)


PV SELECT ALL (area; selection)

ParameterTypeDescription
areaLongint4D View area
selectionIntegerSelection 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

PV Is all selected.