API 文件集 > Feature element trees > Object ProElemtree > Callback ProElemtreeVisitFilter
Callback ProElemtreeVisitFilter
Description
This is the generic user function for filtering subelements in an element tree.
Synopsis
#include <ProElement.h>
(*ProElemtreeVisitFilter)
(
ProElement elem_tree
/* (In)
The handle to the element tree
*/
/* (In)
The handle to the element
*/
ProElempath elem_path
/* (In)
The handle to elem_path
*/
ProAppData appdata
/* (In)
The user data passed to ProElemtreeElementVisit()
*/
)
Returns
Visit the next subtree.
Do not call action function for the current element.
Other
Stop visiting. The function ProElemtreeElementVisit() returns with that status.
這是否有幫助?