Hello,
My goal is to set up a batch printing on all AutoCAD drawings. Each drawing will have a record similar to this:
The PartNo records underlined in red are other drawings that my recursive function will go through. That's why I must access this information. I believe I must access an object named "BLOCKNT" in order to do so but I'm unsure about the syntax.
FYI, for some reason, whenever I try to use this code:
ApplicationServices.Application.DocumentManager.MdiActiveDocument
I get the following error:
This is a .exe application and I have read that I cannot use NETLOAD commands in a .exe project? Does this make sense?
Thank you!
Alex