Is there a way to tell/search if there is an annotation textbox at a certain location? For instance I have schematic sheets with a textbox in the upper lefthand corner with a page title. I want to automatically see if that page already has a title (at that specific location in the upper lefthand corner), in which case I want to delete it and replace it with a new user specified title.
Thanks.
should be able to accomplish what you need by using the Query Method. Recommend looking at the documentation for more information but you can tell it to query your text items and then you would iterate through the objects and look for the item you need.