Category Feature element trees, Object ProReference

Function ProReferenceOriginalownernameGet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProReferenceOriginalownerMdlnameGet
Description
Note: This function is deprecated Use ProReferenceOriginalownerMdlnameGet instead. 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>
ProErrorProReferenceOriginalownernameGet(
ProReference reference
/* (In)
The reference handle.
*/
ProFamilyName 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. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Technical Summary of Changes for Creo 4.0 F000: References