Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / actionType Enumeration

In This Topic
    actionType Enumeration
    In This Topic
    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. 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
    Inheritance Hierarchy

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

    See Also