I want to write a program which does following
1. I have a drawing in which each text value in the drawing is contained inside a polygon, but its not touching the polygon.
2. Program prompts user to input a text value.
3. After inputting the text value, the program searches the value and
if found in the drawing it zoom to that polygon which encloses the
specified text entity.
I am facing problem about how to select the polygon which is enclosing the specified text value. Please give some suggestion.
Thanks.


Reply With Quote

