Environment.ProcessSelectionByPolygonEnclosed (List<Point2D>, Boolean, Int32(), List<Int32>) Method

NOTE: This member is now obsolete. Use the overload with the SelectionChangedEventArgs parameter.

Selects each entity completely enclosed in the specified selection rectangle.

This method is deprecated. Use the overload with the SelectionChangedEventArgs parameter.

Protected Overridable Sub ProcessSelectionByPolygonEnclosed( _ 
ByVal selectionPolygon As List(Of Point2D), _ 
ByVal invert As Boolean, _ 
ByRef added As Integer(), _ 
ByVal removed As List(Of Integer) _ 
)
This language is not supported or no code example is available.
protected virtual void ProcessSelectionByPolygonEnclosed( 
List<Point2D> selectionPolygon
bool invert
out int[] added
List<int> removed 
)
This language is not supported or no code example is available.

Parameters

selectionPolygon
List<Point2D>

Selection polygon in screen coordinates

invert
bool

If true, inverts current selection status

added
int[]

The list of entity indices of entities added to selection

removed
List<int>

The list of entity indices of entities removed from selection

Remarks
 
Call Invalidate to see the effect of this function.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition