Category Feature element trees, Object ProReference

Function ProReferenceOwnernameGet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProReferenceOwnerMdlnameGet
Description
Note: This function is deprecated Use ProReferenceOwnerMdlnameGet instead. Gets the reference owner model name of a reference handle.
Synopsis
#include <ProReference.h>
ProErrorProReferenceOwnernameGet(
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.

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Technical Summary of Changes for Creo 4.0 F000: References