Help with switching drawings

Help with switching drawings

Anonymous
Not applicable
295 Views
1 Reply
Message 1 of 2

Help with switching drawings

Anonymous
Not applicable
I have done a mountain of research on how to switch drawings however it looks like its all for 2006 and better. My company is using autocad 2005 and i need to know how to get all the open documents in the current application. All the posts i have seen make reference to the DocumentCollection class, 2005 doesn't have this as far as i can find, it also says to use the Application.DocumentManager to get a collection of documents, how ever all that returns is a document manger object. I can no longer download the Arx documentation from the site and im as lost as lost can get.
0 Likes
296 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
The 2005 version of the API was the first, and is largely incompatible with
later releases.

For that reason, it would be in the interests of your company to upgrade if
you are planning on leveraging the managed API to any great extent.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD
Supporting AutoCAD 2000 through 2010

http://www.acadxtabs.com

Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");

wrote in message news:6295328@discussion.autodesk.com...
I have done a mountain of research on how to switch drawings however it
looks like its all for 2006 and better. My company is using autocad 2005 and
i need to know how to get all the open documents in the current application.
All the posts i have seen make reference to the DocumentCollection class,
2005 doesn't have this as far as i can find, it also says to use the
Application.DocumentManager to get a collection of documents, how ever all
that returns is a document manger object. I can no longer download the Arx
documentation from the site and im as lost as lost can get.
0 Likes