Message 1 of 9
Not applicable
10-21-2011
12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Quick Question here
How do I get the Drawing Version (2000, 2004, 2007, 2010 Cad Version)?
myExtractedDB.Version = System.Enum.GetName(GetType(Autodesk.AutoCAD.DatabaseServices.DwgVersion), DatabaseIn.LastSavedAsVersion)..
For example the text file show it's 'AC1024' in the prefix.
I'd rather just pull it from the Drawing Database via VB.NET
Any ideas here what's the object or method to access this?
I think I'm the right trail with DwgVersion.
Solved! Go to Solution.