How to create a polygon from a list of points in a table in vb.net

328
1
06-12-2012 10:36 AM
JoseSanchez
Occasional Contributor III
Hi all

I am writting a console application and would like to know if there is any sample that shows how to create a polygon form a list of points with lat and lon in a table

thanks
0 Kudos
1 Reply
NobbirAhmed
Esri Regular Contributor
There are python examples in Desktop (and web) help:

This is how you read geometries using Python - one sample reads polygons and prints point coordinates.

Reading Geometries

This topic shows how you can construct polylines from point data.

Writing Geometries

You can combine the samples/concepts in the above topics to get your job done.

If you are lookin for .Net (C# or VB.Net) solution then post your question to this forum:
Forum > ArcGIS > Products > ArcObjects - All Development Languages
0 Kudos