Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / IsSelectByPickAction Method

In This Topic
    IsSelectByPickAction Method
    In This Topic
    Tells if the current ActionMode is one of the ByPick ones.
    Syntax
    'Declaration
     
    Protected Function IsSelectByPickAction() As Boolean
    protected bool IsSelectByPickAction()

    Return Value

    True if the current ActionMode is one of the ByPick ones.
    See Also