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