API ドキュメンテーション > Family table > Object ProFamtable > Callback ProFamtableInstanceAction
Callback ProFamtableInstanceAction
Description
This is a generic function for visiting family instances.
Synopsis
#include <ProFaminstance.h>
(*ProFamtableInstanceAction)
(
ProFaminstance* instance
/* (In)
The family instance
*/
ProError status
/* (In)
The status from the filter function
*/
ProAppData app_data
/* (In)
The application data passed to the function
*/
)
Returns
Go to the next family instance.
Other
Causes visiting to stop and ProFamtableInstanceVisit() returns with the status.
User Guide References
これは役に立ちましたか?