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