Description
Selects the specified entities in the 2D screen box.
Syntax
Function RFSelectTools.SelectEntitiesInScreenBox(SelectEntity As RFSelectEntityType, pBoxStartPoint2D As RFSPoint, pBoxEndPoint2D As RFSPoint) As RFErrorCode
The SelectEntitiesInScreenBox syntax has these parts:
| Part | Description |
|---|---|
| SelectEntity | [IN] RFSelectEntityType Required. The type of entity to be selected. |
| pBoxStartPoint2D | [IN] RFSPoint Required. The start point of 2D box on screen. |
| pBoxEndPoint2D | [IN] RFSPoint Required. The end point of 2D box on screen. |
Remarks