Eyeshot 9.0 WPF API Reference
actionType Enumeration

WPF Assembly > devDept.Eyeshot Namespace : actionType Enumeration
Viewport action type.
Syntax
'Declaration
 
Public Enum actionType 
   Inherits System.Enum
public enum actionType : System.Enum 
Members
MemberDescription
MagnifyingGlass Magnifying glass view
None None
Pan Pan
Rotate Rotate
SelectByBox Entity selection by box
SelectByBoxEnclosed Entity selection by box on enclosed items only
SelectByPick Entity selection by pick
SelectByPolygon Entity selection by polygon
SelectByPolygonEnclosed Entity selection by polygon on enclosed only
SelectVisibleByBox Entity selection by box on visible only
SelectVisibleByPick Entity selection by pick on visible only
SelectVisibleByPickDynamic Entity selection by pick on visible only, performed dynamically during the mouse movement
SelectVisibleByPickLabel Label selection by pick on visible only
SelectVisibleByPolygon Entity selection by polygon on visible only
Zoom Zoom +/-
ZoomWindow Zoom Window
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         devDept.Eyeshot.actionType

See Also

Reference

devDept.Eyeshot Namespace
ActionMode Property