Documentação da API > Features > Object ProPattern > Function ProPatternMemberVisit
Function ProPatternMemberVisit
Description
Visits the features in a pattern.
Synopsis
#include <ProPattern.h>
ProPatternMemberVisit
(
ProPattern* pattern
/* (In)
The pattern handle
*/
/* (In)
The visit action function
*/
/* (In)
The filter function. If NULL, all the features in a pattern are visited using the action function.
*/
ProAppData app_data
/* (In)
User defined data passed to the visit and filter functions. May be NULL.
*/
)
Returns
All members of the pattern were visited.
One or more input arguments was invalid.
Other
The visit was terminated by an error from the visit function
User Guide References
Isto foi útil?