actionType Enumeration

Viewport action type.
Members
 
  Member name Description
MagnifyingGlass Magnifying glass view
None None
Pan Pan
Rotate Rotate
SelectByBox Entity selection by box. All items crossing the selection box.
SelectByBoxEnclosed Entity selection by box on enclosed items only. All items entirely enclosed in the selection box.
SelectByPick Entity selection by pick. A single random item crossing the pick box.
SelectByPolygon Entity selection by polygon. All items crossing the selection polygon.
SelectByPolygonEnclosed Entity selection by polygon on enclosed only. All items entirely enclosed in the selection polygon.
SelectVisibleByBox Entity selection by box on visible only. All items (closest to the user) crossing the selection box.
SelectVisibleByPick Entity selection by pick on visible only. The single item (closest to the user) crossing the pick box.
SelectVisibleByPickDynamic 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 Label selection by pick on visible only.
SelectVisibleByPolygon Entity selection by polygon on visible only. All items (closest to the user) crossing the selection polygon.
Zoom Zoom +/-
ZoomWindow Zoom Window

In this article

Definition