
Replacement in Object TOOLKIT: |

ProDrawingDimensionVisit | |
( ProDrawing drawing /* (In) Handle of the drawing whose dimensions are to be visited. */ ProType type /* (In) */ ProDimensionVisitAction action /* (In) the function that gets called for each drawing dimension being visited. */ ProDimensionFilterAction filter /* (In) the function that gets called for each drawing dimension. This function decides whether the dimension should be visited or skipped. If NULL, all dimensions are visited using the action function. */ ProAppData data /* (In) caller-specified data that gets passed to the action and filter functions. */ ) |

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

