2027 Method
Changes 0
M

Selection.PickElementsByRectangle

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