PickElementsByRectangle Method


Prompts the user to select multiple elements by drawing a rectangle.

OverloadĀ List

Name Description
Public method PickElementsByRectangle
Prompts the user to select multiple elements by drawing a rectangle.
Public method PickElementsByRectangle(String)
Prompts the user to select multiple elements by drawing a rectangle while showing a custom status prompt string.
Public method PickElementsByRectangle(ISelectionFilter)
Prompts the user to select multiple elements by drawing a rectangle which pass a customer filter.
Public method PickElementsByRectangle(ISelectionFilter, String)
Prompts the user to select multiple elements by drawing a rectangle which pass a customer filter while showing a custom status prompt string.

See Also