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

Returns the selection set obtained.

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