Gentlemen,
Lisp on how to select the Polygon (close polyline) using a point inside this polygon (polyline)?
The issue I have now is that I have about 5K parcels of land, they are already numbered sequentially using a text inside each individual parcel.
I need to generate the land deeds later on but the coordinates points has to process to all parcels.
These points will be an incrementing sequence of points.
My program will process by just incrementing number to find the parcel number to find the text, get its location (text insertion point) and find the enclosing polygon.
BR,
Manny