Selects only the entities within the selection window or selects all of the entities within and that intersect the selection window.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SelectByWindow( _
IMathPoint* FirstPoint As MathPoint, _
IMathPoint* SecondPoint As MathPoint, _
VARIANT_BOOL Crossing As System.Boolean _
) As System.Boolean |
Parameters
- FirstPoint
- First corner that defines the selection window
- SecondPoint
- Opposite corner that defines the selection window
- Crossing
If set to... |
Then entities... |
True |
whose outlines
- intersect the selection window
- are within the selection window
are selected. |
False |
whose outlines are within the selection window are selected. |
Parameters
- Result[out] or Return Value
- True if the specified entities in the selection window are selected, false if not
See Also
Availability
DraftSight V1R4.0