Author Topic: AutoCAD 2013 and Map API functionality  (Read 1612 times)

0 Members and 1 Guest are viewing this topic.

cannorth

  • Guest
AutoCAD 2013 and Map API functionality
« on: November 14, 2012, 12:48:21 PM »
Hello,

  I have this code that I'm trying to run in AutoCAD 2013:

Code: [Select]
        Dim ds As DrawingSet = proj.DrawingSet

        ds.AttachDrawing(roads_dir_string & "Roads-BC.dwg")

  Would this still work in AutoCAD 2013?  Would there be any new dll reference changes or anything like that for it to work?

Thanks,

cannorth

cannorth

  • Guest
Re: AutoCAD 2013 and Map API functionality
« Reply #1 on: November 19, 2012, 03:18:26 PM »
I solved this.  The problem was that I needed a drive alias in AutoCAD refering to the network drive.