Environment.ProcessSelectionByPolygon (List<Point2D>, Boolean, SelectionChangedEventArgs) Method

Selects each entity crossing the specified selection polygon.
Protected Overridable Sub ProcessSelectionByPolygon( _ 
ByVal selectionPolygon As List(Of Point2D), _ 
ByVal invert As Boolean, _ 
ByVal eventArgs As SelectionChangedEventArgs
)
This language is not supported or no code example is available.
protected virtual void ProcessSelectionByPolygon( 
List<Point2D> selectionPolygon
bool invert
SelectionChangedEventArgs eventArgs 
)
This language is not supported or no code example is available.

Parameters

selectionPolygon
List<Point2D>

Selection polygon in camera screen coordinates

invert
bool

If true, inverts current selection status

eventArgs
SelectionChangedEventArgs

The selection changed data

Remarks
 
Call Invalidate to see the effect of this function.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition