CompositeFilteredBlockIterator Absent After AutoCAD 2008

CompositeFilteredBlockIterator Absent After AutoCAD 2008

Anonymous
Not applicable
322 Views
0 Replies
Message 1 of 1

CompositeFilteredBlockIterator Absent After AutoCAD 2008

Anonymous
Not applicable
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
0 Likes
323 Views
0 Replies
Replies (0)