API 文件集 > Assembly > Object ProExt > Function ProExtRefModelitemGet
Function ProExtRefModelitemGet
Description
Gets from the external reference a model item that is referred to by the external reference.
Synopsis
#include <ProRefInfo.h>
ProExtRefModelitemGet
(
/* (In)
The opaque pointer to the feature reference structure.
*/
ProModelitem* p_ref_item
/* (Out)
The item handle to be initialized.
*/
)
Returns
The function successfully returned the information.
ext_ref is NULL or bad pointer.
The referenced item is not active.
Sample Code References
User Guide References
這是否有幫助?