API-Dokumentation > Features > Object ProGroup > Function ProGroupFeatureVisit
Function ProGroupFeatureVisit
Description
Visits the features in a group.
Synopsis
#include <ProUdf.h>
ProGroupFeatureVisit
(
ProGroup* group
/* (In)
The UDF or local group
*/
/* (In)
The visit function
*/
/* (In)
The filter function. If NULL, all the features in a group are visited using the action function.
*/
/* (In)
User defined data passed to the visit and filter functions. Can be NULL.
*/
)
Returns
All members of the group were visited.
One or more input arguments was invalid.
Other
The visit was terminated by an error from the visit function
User Guide References
War dies hilfreich?