API 文档 > External objects > Object ProExtobj > Callback ProExtobjVisitAction
Callback ProExtobjVisitAction
Description
This is the user function prototype called for visiting external objects.
Synopsis
#include <ProExtobj.h>
(*ProExtobjVisitAction)
(
ProExtobj* p_extobj
/* (In)
The handle to the model
*/
ProError status
/* (In)
The status
*/
ProAppData app_data
/* (In)
The application data passed from the function ProExtobjVisit()
*/
)
Returns
User Guide References
这对您有帮助吗?