Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GetAllEnclosedEntities Method
Selection rectangle's in screen coordinates

In This Topic
    GetAllEnclosedEntities Method
    In This Topic
    Selects all entities completely enclosed in the specified selection rectangle.
    Syntax
    'Declaration
     
    Public Function GetAllEnclosedEntities( _
       ByVal selectionBox As Rectangle _
    ) As Integer()
    public int[] GetAllEnclosedEntities( 
       Rectangle selectionBox
    )

    Parameters

    selectionBox
    Selection rectangle's in screen coordinates

    Return Value

    The list of entity indices.
    See Also