Returns the selection set obtained using the filter.
Public Function SelectWindow( pt1 As Point3d, pt2 As Point3d, filter As SelectionFilter ) As PromptSelectionResult
public PromptSelectionResult SelectWindow( Point3d pt1, Point3d pt2, SelectionFilter filter );
Parameters |
Description |
Point3d pt1 |
Input first corner of selection window |
Point3d pt2 |
Input opposite corner of selection window |
SelectionFilter filter |
Input selection filter |
Comments? |