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

In This Topic
    ObjectManipulator.actionType Enumeration
    In This Topic
    Object manipulator action type enum.
    Syntax
    'Declaration
     
    Public Enum ObjectManipulator.actionType 
       Inherits System.Enum
    public enum ObjectManipulator.actionType : System.Enum 
    Members
    MemberDescription
    None 
    Rotate Rotation on one of the three manipulator axes
    TranslateOnAxis Translation on one of the three manipulator axes
    TranslateOnView Translation on view
    Inheritance Hierarchy

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

    See Also