Category Feature element trees, Object ProReference

Function ProReferenceOriginaltypeGet


Description
Gets the original type of a reference handle. This could be different from the actively used type if the reference has been backed up, copied locally, or replaced with an alternate.
Synopsis
#include <ProReference.h>
ProErrorProReferenceOriginaltypeGet(
ProReference reference
/* (In)
The reference handle.
*/
ProType* type
/* (Out)
The original item type that was 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 type).
See Also
ProReferenceIsLocalcopy
ProReferenceIsAlternate
ProReferenceStatusGet

Manual References:

  1. Element Trees: References: Reading References
  2. Element Trees: References: Reading References