newAcRxClass |
This function creates a new AcRxClass object, fills it in with all the appropriate information to be ready to be added to the ObjectARX run-time class tree, and then adds the newly created AcRxClass object to the AcRxClass object dictionary (accessible via the acrxClassDictionary macro).proxyFlags can be a bit-wise combination of any of the AcDbProxyEntity or AcDbProxyObject enum values, such as AcDbProxyEntity::keraseAllowed. If it is not NULL, the func argument must point to a function that can provide a new logical application name for the custom class. The function pointed to by the callback pointer will be called... more |