Hi
How would you edit the portion of code to work from:
Obtaining Element IDs:
ICollection<ElementId> selElements = uiDoc.Selection.GetElementIds();
to prompting the user via rectangle?
uiDoc.Selection.PickElementsByRectangle
replacing the line with that results in an error. Any thoughts? Thank you!