TheSwamp

Code Red => .NET => Topic started by: cannorth on November 14, 2012, 12:48:21 PM

Title: AutoCAD 2013 and Map API functionality
Post by: cannorth 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
Title: Re: AutoCAD 2013 and Map API functionality
Post by: cannorth 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.