Description | ||||||||||||||
Visits only the variant parameters owned by an inheritance feature or flexible component. The parameter handles will contain the variant feature model pointer, which has limited access. For more details see ProVariantfeatMdlGet(). | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProVariantFeat.h> | ||||||||||||||
ProError | ProVariantfeatParamsVisit | ( | ||||||||||||
ProFeature* feature | ||||||||||||||
/* (In) | ||||||||||||||
The variant feature. | ||||||||||||||
*/ | ||||||||||||||
ProParameterAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
The visit action. | ||||||||||||||
*/ | ||||||||||||||
ProParameterFilter filter_action | ||||||||||||||
/* (In) | ||||||||||||||
The filter action. Pass NULL to skip the filter. | ||||||||||||||
*/ | ||||||||||||||
ProAppData application_data | ||||||||||||||
/* (In) | ||||||||||||||
The application data passed to the filter and visit action. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|