
ProFeatureDimensionVisit | |
( ProFeature* feature /* (In) The feature */ ProDimensionVisitAction visit /* (In) The visit function */ ProDimensionFilterAction filter /* (In) The filter function. If NULL, all dimensions are visited using the action function. */ ProAppData data /* (In) User defined data passed to the visit and filter functions. */ ) |

The function successfully visited all the feature's dimensions. | |
The function failed because one or more of the input arguments are invalid. | |
No feature dimensions were visited. | |
An error occurred while locating the dimensions. | |
other | Visiting was stopped by the caller supplied functions with this error return. |


