API 설명서 > Feature element trees > Object ProReference > Function ProReferenceIsAlternate
Function ProReferenceIsAlternate
Description
Identifies if the reference is a alternate to original reference
Synopsis
#include <ProReference.h>
ProReferenceIsAlternate
(
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
The function succeeded.
One or more arguments was invalid.
This value is not set in the reference.
도움이 되셨나요?