Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ISelectableItem Interface / IsAnyInstanceSelected Method

In This Topic
    IsAnyInstanceSelected Method (ISelectableItem)
    In This Topic
    Tells if there is at least an instance selected.
    Syntax
    'Declaration
     
    Function IsAnyInstanceSelected() As Boolean
    bool IsAnyInstanceSelected()

    Return Value

    True if there is at least an instance selected.
    See Also