I'm in complete mess. I just want to convert MapInfo file to dwg file using C#.NET.
Does anyone have any idea of achieving this? Is there any API which can support this?
Please suggest.
Awaiting your reply at the earliest.
Thanks and regards, Ashwin Masarkar, Software Engineer
Ashwin,
Have you looked at the OGR Tools (ogr2ogr), these will probably do what you want.
Try http://trac.osgeo.org/gdal/wiki/GdalOgrInCsharp or http://www.gdal.org/ for details.
Cheers Ian