<Code Lib>
2025 Overloads
Changes 0
O

Selection.PickElementsByRectangle (Overloads)

Name Return Type Description
M PickElementsByRectangle() IList<Element> Prompts the user to select multiple elements by drawing a rectangle.
M PickElementsByRectangle(ISelectionFilter) IList<Element> Prompts the user to select multiple elements by drawing a rectangle which pass a customer filter.
M PickElementsByRectangle(String) IList<Element> Prompts the user to select multiple elements by drawing a rectangle while showing a custom status prompt string.
M 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.