Dear All,
I am using ArcMap 9.3 and VB.net. I need to create the polygon using the coordinates. Anyone give me the sample program for create a polygon.
Advance Thanks,
with Regards,
Karthik
Follow this steps;
Or You can Use arcpy - no specific license required.
See an example at the bottom of the page Writing geometries. The code converts a list of coordinates (a text file can be regarded as such a list) into polylines, you can easily modify it to create polygons.
I found this on this link;