API Documentation > Data sharing > Object ProVariantfeat > Function ProVariantfeatParamsVisit
Function ProVariantfeatParamsVisit
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().
Replacement in Object TOOLKIT:
Synopsis
#include <ProVariantFeat.h>
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
The function succeeded.
One or arguments was invalid.
No variant annotations were found.
Other
Returned by the visit action.
User Guide References
Was this helpful?