[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.
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?