SelectionPickElementsByRectangle Method

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