- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
ok today is my day
i open another database (a dwt or a dwg):
(setq dbx (vlax-create-object (strcat "ObjectDBX.AxDbDocument." (substr (getvar 'acadver) 1 2))))
(vla-open dbx "MyTemp.dwt")
(vl-open) returns nil instead of document object
but i looks like the dbx object is a document object but does not have a close method
so how can i close the file?
i want to copy some tables object like layers, linetypes and textstyles from "MyTemp.dwt" to the current document.
the (vla-copy) is coping to the same location - not suit
the (vla-copyFrom) handles only dimension style, layout, or plot configuration - not suit
and the (vla-copyObjects) deals with Graphics objects - not suit
so can i copy table records?
Moshe
Solved! Go to Solution.