
Replacement in Object TOOLKIT: |

ProUdfDimensionVisit | |
( 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. */ ) |

Visiting terminated successfully. | |
One or more arguments was invalid. | |
The group is not a UDF, or does not have variable dimensions. | |
Other | The visit was terminated by an error from the visit function. |

