Selection.PickElementsByRectangle
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| PickElementsByRectangle() | IList<Element> | Prompts the user to select multiple elements by drawing a rectangle. |
| PickElementsByRectangle(ISelectionFilter) | IList<Element> | Prompts the user to select multiple elements by drawing a rectangle which pass a customer filter. |
| PickElementsByRectangle(String) | IList<Element> | Prompts the user to select multiple elements by drawing a rectangle while showing a custom status prompt string. |
| PickElementsByRectangle(ISelectionFilter, String) | IList<Element> | Prompts the user to select multiple elements by drawing a rectangle which pass a customer filter while showing a custom status prompt string. |