Description | |||||||||||
Visits all the geometry items created by the specified feature.
The valid item types are as follows:
|
|||||||||||
Replacement in Object TOOLKIT: | pfcFeature::ListSubItems | ||||||||||
Synopsis | |||||||||||
#include <ProFeature.h> | |||||||||||
ProError | ProFeatureGeomitemVisit | ( | |||||||||
ProFeature* p_feat_handle | |||||||||||
/* (In) | |||||||||||
The feature handle. | |||||||||||
*/ | |||||||||||
ProType item_type | |||||||||||
/* (In) | |||||||||||
The type of items to visit. | |||||||||||
*/ | |||||||||||
ProGeomitemAction action | |||||||||||
/* (In) | |||||||||||
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. | |||||||||||
*/ | |||||||||||
ProGeomitemFilter filter | |||||||||||
/* (In) | |||||||||||
The filter function. If NULL, all items are visited using the action function. ProFeatureGeomitemVisit() will stop visiting if PRO_TK_GENERAL_ERROR is returned by the filter. | |||||||||||
*/ | |||||||||||
ProAppData app_data | |||||||||||
/* (In) | |||||||||||
The application data passed to the filter and visiting functions. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|