"TypeError" When Trying to Get Block Table Record of Model Space

This is a goofy thing with how Python.NET handles virtual indexers. You can use this instead:

bt.get_Item(BlockTableRecord.ModelSpace)

or

bt.get_Item("*Model_Space")

4 Likes