Selects only the entities within a polygon or selects the entities within and that intersect the polygon.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SelectByPolygon( _
const dsDoubleArray& CoordinateDblArray As System.Object, _
bool Crossing As System.Boolean _
) As System.Boolean |
Parameters
- CoordinateDblArray
- Array of x, y, and z coordinates of the points that define the polygon
- Crossing
If set to... |
Then entities... |
True |
whose outlines
- intersect the polygon
- are within polygon
are selected. |
False |
whose outlines are within the polygon are selected. |
- Result[out] or Return Value
- True if the specified entities are selected, false if not
See Also
Availability
DraftSight V1R4.0