API 文件集 > Feature element trees > Object ProReference > Function ProReferenceTypeGet
Function ProReferenceTypeGet
Description
Gets the type of a reference handle.
Synopsis
#include <ProReference.h>
ProReferenceTypeGet
(
ProReference reference
/* (In)
The reference handle.
*/
ProType* type
/* (Out)
The item type that is referenced.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
This value is not set in the reference.
Sample Code References
User Guide References
這是否有幫助?