Documentação da API > Data sharing > Object ProVariantfeat > Function ProVariantfeatItemsVisit
Function ProVariantfeatItemsVisit
Description
Visits the variant items (dimensions, features, annotations) owned by an inheritance feature or flexible component. The dimension 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>
ProVariantfeatItemsVisit
(
ProFeature* feature
/* (In)
The variant feature.
*/
/* (In)
The visit 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 dimensions were found.
Other
Returned by the visit action.
User Guide References
Isto foi útil?