Author Topic: VB.NET Create ESRI shape File  (Read 2455 times)

0 Members and 1 Guest are viewing this topic.

FELIX

  • Bull Frog
  • Posts: 242
VB.NET Create ESRI shape File
« on: April 09, 2016, 10:37:09 PM »
Any reference to a program in VB.net create ESRI Shape Files.?

ok?
« Last Edit: April 09, 2016, 10:44:16 PM by FELIX »
OK.

n.yuan

  • Bull Frog
  • Posts: 348
Re: VB.NET Create ESRI shape File
« Reply #1 on: April 11, 2016, 09:41:55 AM »
The article in the link below is about creating Shape file with C#, but it should also apply to VB.NET:

http://www.justkez.com/creating-a-shapefile-from-c-net-what-are-the-options/

As you can see, build your own tool from scratch, based on shape file specification could be huge work, most developer would use third party tools/components available. Since you are posting in AutoCAD discussion forum, if you use AUtoCAD Map/Civil3D, you have already had good third party tool available for free: AutoCAD Map import/export tool, which can import/export geometries from/to shape file, and it comes with .NET API.

zoltan

  • Guest
Re: VB.NET Create ESRI shape File
« Reply #2 on: May 13, 2016, 12:46:43 PM »
I have successfully used the .NET wrapper for shapelib to do this.