API 文件集 > External objects > Object ProExtobj > Function ProExtobjOwnerobjSet
Function ProExtobjOwnerobjSet
Description
Sets the owner of an existing external object.
Synopsis
#include <ProExtobj.h>
ProExtobjOwnerobjSet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
/* (In)
The handle to the owner solid or item
*/
)
Returns
The function successfully set the owner.
The owner was not found.
The external object was not found, or the function could not set the owner.
Sample Code References
這是否有幫助?