Global Mapper v25.0

Converting MapInfo File into Dxf file

ashwin.masarkar
ashwin.masarkar Global Mapper User
edited December 2008 in Vector Data
Hello,

I'm in complete mess. I just want to convert MapInfo file to dxf file using C#.NET.

Please suggest.

Comments

  • global_mapper
    global_mapper Administrator
    edited December 2008
    You would use the Global Mapper SDK to do this. Just first load your MapInfo data using the GM_LoadLayer function, then export that data to a new DXF file using the GM_ExportVector function, then close the original MapInfo layer with the GM_CloseLayer function. You can find the Global Mapper SDK download at the Developers page at GLOBAL MAPPER. There is also a small C# sample application that demonstrates how to use the SDK from C# on that page.

    Thanks,

    Mike
    Global Mapper Support
    support@globalmapper.com
  • gisaddicted
    gisaddicted Global Mapper User
    edited December 2008
    Hello,

    I'm in complete mess. I just want to convert MapInfo file to dxf file using C#.NET.

    Please suggest.

    I am not sure if dxf can support your co-ordinate. why do u want to convert mapinfo to dxf?