API 文件集 > Feature element trees > Object ProReference > Function ProReferenceOriginaltypeGet
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>
ProReferenceOriginaltypeGet
(
ProReference reference
/* (In)
The reference handle.
*/
ProType* type
/* (Out)
The original item type that was 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 type).
See Also
這是否有幫助?