Category Feature element trees, Object ProReference

Function ProReferenceIsAlternate


Description
Identifies if the reference is a alternate to original reference
Synopsis
#include <ProReference.h>
ProErrorProReferenceIsAlternate(
ProReference reference
/* (In)
The reference handle.
*/
ProBoolean* is_alternate
/* (Out)
PRO_B_TRUE if the reference is alternate to original reference. PRO_B_FALSE if the reference is the true reference item.
*/
)
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.