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