Autodesk.AutoCAD.EditorInput Namespace > Editor Class > Editor Methods > SelectWindow Method > SelectWindow(Point3d, Point3d, SelectionFilter) Method
Editor.SelectWindow(Point3d, Point3d, SelectionFilter) Method
Description

Returns the selection set obtained using the filter.

Visual Basic
Public Function SelectWindow(
    pt1 As Point3d, 
    pt2 As Point3d, 
    filter As SelectionFilter
) As PromptSelectionResult
C#
public PromptSelectionResult SelectWindow(
    Point3d pt1, 
    Point3d pt2, 
    SelectionFilter filter
);
Parameters
Parameters 
Description 
Point3d pt1 
Input first corner of selection window 
Point3d pt2 
Input opposite corner of selection window 
SelectionFilter filter 
Input selection filter 
Links
   Comments?