API Documentation > External objects > Object ProExtobj > Function ProExtobjClassDelete
Function ProExtobjClassDelete
Description
Deletes the specified external object class.
Synopsis
#include <ProExtobj.h>
ProExtobjClassDelete
(
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class. If extobjclass->type == PRO_VALUE_UNUSED, the function deletes all the classes that have extobjclass->name.
*/
)
Returns
The function successfully deleted the external object class.
The external object class was not found.
There was an empty name in the class handle.
The registration of the external object class was aborted.
Sample Code References
User Guide References
Was this helpful?