API Documentation > External objects > Object ProExtobj > Function ProExtobjExtidSet
Function ProExtobjExtidSet
Description
Sets the external owner identifier of the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjExtidSet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
int external_id
/* (In)
The external owner identifier
*/
)
Returns
The function successfully set the identifier.
Model is in read-only state.
The identifier was incorrect.
The external object was not found, or the function could not set the identifier.
Sample Code References
User Guide References
Was this helpful?