Select to view content in your preferred language

how convert .shp file to text file?

6441
2
07-29-2015 02:20 AM
Amalhaji
Deactivated User

can anybody help me to write a C# or vb.net program which converts shape file (polygon) to text file using arcobjects

0 Kudos
2 Replies
JaiSiva1
Deactivated User

Hi Amal,

  If your requirement is to see the bounds & attributes information in a readable way , i would suggest you to convert from SHP to geojson.

If that is the case, you dont really need arcobjects , a simple web application would do.

0 Kudos
FreddieGibson
Honored Contributor

Have you tried using the geoprocessor to call the Table to Table Converstion tool?

Table to Table

http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/table-to-table.htm

How to Run a Geoprocessing Tool (ArcObjects)

http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rr000000

0 Kudos