Documentação da API > Feature element trees > Object ProReference > Function ProReferenceOriginalownerGet
Function ProReferenceOriginalownerGet
Description
Gets the original owner model of a reference handle. This could be different from the actively used owner if the reference has been backed up, copied locally, or replaced with an alternate.
Synopsis
#include <ProReference.h>
ProReferenceOriginalownerGet
(
ProReference reference
/* (In)
The reference handle.
*/
ProMdl* mdl
/* (Out)
The original owner model that is referenced.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
This value is not set in the reference (it is the same as the current owner).
The original reference model is not in session.
See Also
User Guide References
Isto foi útil?