API ドキュメンテーション > Family table > Object ProFamtable > Callback ProFamtableInstanceFilter
Callback ProFamtableInstanceFilter
Description
This is a generic function for visiting family instances.
Synopsis
#include <ProFaminstance.h>
(*ProFamtableInstanceFilter)
(
ProFaminstance* mdl_item
/* (In)
The family instance
*/
ProAppData app_data
/* (In)
The application data passed to the function
*/
)
Returns
Call the visit function.
Skip to next family instance -- do not call the visit function.
User Guide References
これは役に立ちましたか?