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> | ||||||||||||||
ProError | ProReferenceOriginalownerGet | ( | ||||||||||||
ProReference reference | ||||||||||||||
/* (In) | ||||||||||||||
The reference handle. | ||||||||||||||
*/ | ||||||||||||||
ProMdl* mdl | ||||||||||||||
/* (Out) | ||||||||||||||
The original owner model that is referenced. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProReferenceIsLocalcopy | ||||||||||||||
ProReferenceIsAlternate | ||||||||||||||
ProReferenceStatusGet |