Category Feature element trees, Object ProReference

Function ProReferenceOriginalownerMdlnameGet


Description
Gets the original owner model name of a reference handle. This could be different from the actively used owner name if the reference has been backed up, copied locally, or replaced with an alternate.
Synopsis
#include <ProReference.h>
ProErrorProReferenceOriginalownerMdlnameGet(
ProReference reference
/* (In)
The reference handle.
*/
ProFamilyMdlName mdl_name
/* (Out)
The item owner model name that is referenced.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_EMPTYThis value is not set in the reference (it is the same as the current owner).
See Also
ProReferenceIsLocalcopy
ProReferenceIsAlternate
ProReferenceStatusGet

Manual References:

  1. Element Trees: References: Reading References
  2. Element Trees: References: Reading References
  3. Working with Multi-CAD Models Using Creo Unite: Functions that Support Multi-CAD Assemblies
  4. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  5. Working with Multi-CAD Models Using Creo Unite: Restrictions on Character Length for Multi-CAD Functions