Message 1 of 9
ObjectDBX.AxDbDocument.17

Not applicable
01-14-2007
08:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have seen posts on here relating to loading the ObjectDBX libraries. I
have tried similar for "AutoCAD/ObjectDBX Common 17.0 Type Library", but am
having no luck. The ones I have seen are similar to this
Dim DbxDoc As AXDB16Lib.AxDbDocument
Set DbxDoc = GetInterfaceObject("ObjectDBX.AxDbDocument.16")
however, when I replace the 16 with 17
Dim DbxDoc As AxDbDocument
Set DbxDoc = GetInterfaceObject_("ObjectDBX.AxDbDocument.17")
it does not work and returns an error "User-defined type not defined"
Can anybody point me in the right direction?
Thanks in advance
Brent
I have seen posts on here relating to loading the ObjectDBX libraries. I
have tried similar for "AutoCAD/ObjectDBX Common 17.0 Type Library", but am
having no luck. The ones I have seen are similar to this
Dim DbxDoc As AXDB16Lib.AxDbDocument
Set DbxDoc = GetInterfaceObject("ObjectDBX.AxDbDocument.16")
however, when I replace the 16 with 17
Dim DbxDoc As AxDbDocument
Set DbxDoc = GetInterfaceObject_("ObjectDBX.AxDbDocument.17")
it does not work and returns an error "User-defined type not defined"
Can anybody point me in the right direction?
Thanks in advance
Brent