API Documentation > External objects > Object ProExtobj > Function ProExtobjRefAdd
Function ProExtobjRefAdd
Description
Adds the specified reference to the external object.
Synopsis
#include <ProExtobjRef.h>
ProExtobjRefAdd
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProWExtobjRef ext_obj_ref
/* (In)
The reference
*/
)
Returns
The function successfully added the reference.
Model is in read-only state.
The external object was not found, or the function could not add the reference.
Sample Code References
User Guide References
Was this helpful?