Message 1 of 13
ThisDrawing.Path equivalent
Not applicable
01-05-2010
05:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What's the equivalent of ThisDrawing.Path in VB.NET?
Here's what I think it should be... but it's not working:
Dim AcadDoc As Document = Application.DocumentManager.MdiActiveDocument
AcadDoc.Path? or GetPath?
Slowly learning... thanks for the help.
eric
Here's what I think it should be... but it's not working:
Dim AcadDoc As Document = Application.DocumentManager.MdiActiveDocument
AcadDoc.Path? or GetPath?
Slowly learning... thanks for the help.
eric