Message 1 of 1
Binding Xrefs

Not applicable
01-05-2002
02:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having trouble binding an XREF.
When I use:
ThisDrawing.blocks.item().bind true
I get a fatal exception:
Unhandled Access Violation Reading 0x0000 at 5adb15h
If I change the argument to false it works, but I get the Xref prefixes:
$$...
Is this a known bug?
Is there a fix available?
Thanks,
Joe
When I use:
ThisDrawing.blocks.item(
I get a fatal exception:
Unhandled Access Violation Reading 0x0000 at 5adb15h
If I change the argument to false it works, but I get the Xref prefixes:
Is this a known bug?
Is there a fix available?
Thanks,
Joe