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