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

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

    Return Value

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