actionType Enumeration

Viewport action type.
Fields
 
Name Value Description
MagnifyingGlass 5 Magnifying glass view
None 0 None
Pan 2 Pan
Rotate 3 Rotate
SelectByBox 7 Entity selection by box. All items crossing the selection box.
SelectByBoxEnclosed 13 Entity selection by box on enclosed items only. All items entirely enclosed in the selection box.
SelectByPick 6 Entity selection by pick. A single random item crossing the pick box.
SelectByPolygon 8 Entity selection by polygon. All items crossing the selection polygon.
SelectByPolygonEnclosed 14 Entity selection by polygon on enclosed only. All items entirely enclosed in the selection polygon.
SelectVisibleByBox 11 Entity selection by box on visible only. All items (closest to the user) crossing the selection box.
SelectVisibleByPick 9 Entity selection by pick on visible only. The single item (closest to the user) crossing the pick box.
SelectVisibleByPickDynamic 10 Entity selection by pick on visible only. The single item (closest to the user) crossing the pick box. Performed dynamically during the mouse movement.
SelectVisibleByPickLabel 15 Label selection by pick on visible only.
SelectVisibleByPolygon 12 Entity selection by polygon on visible only. All items (closest to the user) crossing the selection polygon.
Zoom 1 Zoom +/-
ZoomWindow 4 Zoom Window

In this article

Definition