ObjectARX Smart Pointers

AcDbObjectPointer class AcDbObjectPointer; typedef AcDbObjectPointer<AcDbDictionary> AcDbDictionaryPointer; typedef AcDbObjectPointer<AcDbEntity> AcDbEntityPointer; AcDbSymbolTablePointer typedef AcDbSymbolTablePointer<AcDbBlockTable> AcDbBlockTablePointer; typedef AcDbSymbolTablePointer<AcDbDimStyleTable> AcD ...

Posted on Fri, 03 Jul 2026 17:29:29 +0000 by mojito