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

Overload List

  NameDescription
Public methodPickElementsByRectangle()()()()
Prompts the user to select multiple elements by drawing a rectangle.
Public methodPickElementsByRectangle(String)
Prompts the user to select multiple elements by drawing a rectangle while showing a custom status prompt string.
Public methodPickElementsByRectangle(ISelectionFilter)
Prompts the user to select multiple elements by drawing a rectangle which pass a customer filter.
Public methodPickElementsByRectangle(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