Hi,
We have a programs which genrates a pivot (Circular field) when I click inside a polygon(not retangular field). The user specifies the center of the pivot by first click and radius by 2nd click.
A buffer is generated.
I should throw a message when pivot covers the whole polygon. Overlap is fine.
If I have both the graphic instances with me. Is there a way to determine if the polygon lies inside the pivot graphic.
can I determine this just with graphics like one graphic intersecting with another, some thing like that.