- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to be able to use VBA to navigate withing DESIGNCENTER to locate a specific dwt then view all of the layout tabs that are associated with that specific dwt.
I know I can open a specific path in designcenter with the following
acadDoc.SendCommand("adcnavigate" & vbCr & dwtTemplateLocations & vbCr)
ie opens DESIGNCENTER to where my templates are. In there I could navigate to my specific dwt and expand it to view its info. (Blocks, layers, layouts, etc)
Would anyone know a way I could get to this info strictly through VBA with something like
NOTE this part is made up but would something like this be possible
SomeObject like AcadDesignCenter dsObject
dsobject.SomeProperty That lets me view the files at a location
.Something that lets me view the designCenter info associated with the dwt at said location
I want to be able to find the above info without strictly opening the said template.
Solved! Go to Solution.