API 文档 > Drawings and detail > Object ProDtlsymdef > Callback ProDtlsymdefItemFilterAction
Callback ProDtlsymdefItemFilterAction
Description
Filter action for entities and notes in a symbol definition.
Synopsis
#include <ProDtlsymdef.h>
(*ProDtlsymdefItemFilterAction)
(
ProDtlsymdef* symdef
/* (In)
The symbol definition.
*/
/* (In)
The item.
*/
ProAppData appdata
/* (In)
Application data passed to the visit function.
*/
)
Returns
Skip this item and continue visiting.
Other
Visit the item and pass this status to the visit action.
这对您有帮助吗?