How to create Shapefile with C# ?

11545
3
05-11-2012 05:38 AM
JennieWang
New Contributor
Does anyone know how to create shapefile using C#? I'd appreciate any help you might give me.

Jennie
Tags (2)
0 Kudos
3 Replies
WeifengHe
Occasional Contributor II
There is a sample here http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriGeoDatabase/IFeatureWorkspace_CreateFeatureC...
It is coded in VB, but should not be difficult to rewrite in C#.
0 Kudos
AlexeyTereshenkov
Regular Contributor III
Jennie,

There is an open shapefile specification here: http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf

You might look at some libraries too: http://dotspatial.codeplex.com/
0 Kudos
GregRieck
Occasional Contributor III
0 Kudos