API 文档 > External objects > Object ProExtobj > Function ProExtobjRefRemove
Function ProExtobjRefRemove
Description
Removes the specified reference from the external object.
Synopsis
#include <ProExtobjRef.h>
ProExtobjRefRemove
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProWExtobjRef ext_obj_ref
/* (In)
The reference to remove
*/
)
Returns
The function successfully removed the reference.
Model is in read-only state.
One or more of the input arguments are invalid.
The external object was not found, or the function could not remove the reference.
Sample Code References
这对您有帮助吗?