I have object handle and I wish create object, using ARX Now I try CPtr pEnt(handle_Obj);
But is does not result (return null ptr) Please, tell me, how links handles, id-s, and object pointers Autodesk help is to confused fo me.
I have object handle and I wish create object, using ARX Now I try CPtr pEnt(handle_Obj);
But is does not result (return null ptr) Please, tell me, how links handles, id-s, and object pointers Autodesk help is to confused fo me.
You can get objectId like this:
Now You can open object based on
AcDbObjectIdlike thisThen You need to cast entity to object You need like this: