Category Features, Object ProUdf

Function ProUdfDimensionVisit


Description
Visit the variable dimensions in a UDF
Synopsis
#include <ProUdf.h>
ProErrorProUdfDimensionVisit(
ProGroup* udf
/* (In)
The udf group
*/
ProDimensionVisitAction visit
/* (In)
The visit function
*/
ProDimensionFilterAction filter
/* (In)
The filter function. If NULL, all variables in a UDF are visited using the action function.
*/
ProAppData data
/* (In)
User defined data passed to the visit and filter functions. Can be NULL.
*/
)
Returns
PRO_TK_NO_ERRORVisiting terminated successfully.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_E_NOT_FOUNDThe group is not a UDF, or does not have variable dimensions.
OtherThe visit was terminated by an error from the visit function.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Features: Group Information
  3. Core: Features: Group Information
  4. Core: Features: Variable Dimensions and Pattern Parameters