EditorSelectWindow(Point3d,
Point3d) Method
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public PromptSelectionResult SelectWindow(
        Point3d pt1,
        Point3d pt2
)
 
Public Function SelectWindow ( 
        pt1 As Point3d,
        pt2 As Point3d
) As PromptSelectionResult
 
public:
PromptSelectionResult^ SelectWindow(
        Point3d pt1, 
        Point3d pt2
)
 
member SelectWindow : 
        pt1 : Point3d * 
        pt2 : Point3d -> PromptSelectionResult 
 
 
 
Parameters
- pt1  Point3d
 
-  
 
- pt2  Point3d
 
-  
 
Return Value
PromptSelectionResult
 
See Also