Accessing curves via File Geodatabase API 1.4

5617
1
01-02-2016 11:46 AM
RichardPruitt
New Contributor II

[Branched from File Geodatabase API 1.4 now posted at Esri Downloads]

I would also like to see how to create / read arcs (curves) in a FGDB. Can we get a C# example.

I tried loading a polygon feature that had a curve in it to see how it comes out via the FGDB API and it gives me a System.AccessViolationException. Appears the Curves property is a byte[], so there has to be some magic to use it since you guys didnt provide a structure for it.

Find it odd that this API for the FGDB is not complete for curves, given that one of the big pluses for a FGDB over a shapefile (among many) is the support of curves.

Tags (1)
0 Kudos
1 Reply
DonnyVelazquez
Occasional Contributor

I posted the same question back in Aug and I got no response.

Is there any sample code for writing and reading arcs using .NET library?

0 Kudos