Message 1 of 1
CompositeFilteredBlockIterator Absent After AutoCAD 2008
Not applicable
04-23-2009
12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've got roughly working code for 2008 which uses
CompositeFilteredBlockIterator. Autodesk says it's absence starting
with 2009 is a bug and that the only workaround is to use reflection.
To use it via reflection though, AcDbCompositeFilteredBlockIterator
would have to be exposed in a managed or COM library, would it not? I
don't see it in acdbmgd.dll and I don't think it ever was in COM. Is it
in another reflectable library I am unaware of?
P/Invoke is out because an unmanaged object cannot be instantiated by
it, right?
Is there any way for me to continue using this class for 2009/10, short
of writing C++ code to use the unmanaged object?
--
James Allen
Malicoat-Winslow Engineers, P.C.
Columbia, MO
CompositeFilteredBlockIterator. Autodesk says it's absence starting
with 2009 is a bug and that the only workaround is to use reflection.
To use it via reflection though, AcDbCompositeFilteredBlockIterator
would have to be exposed in a managed or COM library, would it not? I
don't see it in acdbmgd.dll and I don't think it ever was in COM. Is it
in another reflectable library I am unaware of?
P/Invoke is out because an unmanaged object cannot be instantiated by
it, right?
Is there any way for me to continue using this class for 2009/10, short
of writing C++ code to use the unmanaged object?
--
James Allen
Malicoat-Winslow Engineers, P.C.
Columbia, MO