Function ProExtobjDelete
Description
Deletes the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjDelete
(
ProExtobj* object
/* (In)
The handle of the external object to delete
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
)
Returns
The function successfully deleted the external object.
Model is in read-only state.
The owner was not found.
The external object was not found, or the function could not delete the object.
Sample Code References
User Guide References
¿Fue esto útil?