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
User Guide References
도움이 되셨나요?