Share

deleteAcRxClass

Description

Functions

Function Description
deleteAcRxClass Deprecated. Removes a C++ class from the ObjectARX run-time class tree and do all the necessary cleanup that may be involved, such as making a proxy of any objects or entities of the class that are present in any AcDbDatabase objects. pClassObj must point to the AcRxClass object that is in the ObjectARX run-time class tree and represents the C++ class to be removed. Typically this pointer value is obtained by using the desc() function of the class.Note: For Internal Use Only.
deleteAcRxClass Removes a C++ class from the ObjectARX run-time class tree and do all the necessary cleanup that may be involved, such as making a proxy of any objects or entities of the class that are present in any AcDbDatabase objects. pClassObj must point to the AcRxClass object that is in the ObjectARX run-time class tree and represents the C++ class to be removed.Note: For Internal Use Only.

Was this information helpful?