Message 1 of 3
Documents.Open

Not applicable
08-09-2002
04:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The AutoCAD ActiveX and VBA Reference states that the syntax for the open
method is as follows:
Application.Documents.Open Name[, ReadOnly]
The documentation goes on to say "If the drawing is in the folder specified
by the SupportPath property, then the path is not needed and the file name
is sufficient." regarding the Name argument.
I have not found this to be true. I always have to provide the full path
regardless of whether the drawing I am opening is in one of the folders
listed in SupportPath. Am I missing something obvious here?
Thanks,
Chuck
method is as follows:
Application.Documents.Open Name[, ReadOnly]
The documentation goes on to say "If the drawing is in the folder specified
by the SupportPath property, then the path is not needed and the file name
is sufficient." regarding the Name argument.
I have not found this to be true. I always have to provide the full path
regardless of whether the drawing I am opening is in one of the folders
listed in SupportPath. Am I missing something obvious here?
Thanks,
Chuck