API Documentation > Feature element trees > Object ProReference > Function ProReferenceOriginalidGet
Function ProReferenceOriginalidGet
Description
Gets the original id of a reference handle. This could be different from the actively used id if the reference has been backed up, copied locally, or replaced with an alternate.
Synopsis
#include <ProReference.h>
ProReferenceOriginalidGet
(
ProReference reference
/* (In)
The reference handle.
*/
int* id
/* (Out)
The original item id that is referenced.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
This value is not set in the reference (it is the same as the current id).
See Also
User Guide References
Was this helpful?