| Description |
| Prototype of the caller-supplied function which is called for every solid dimension approved by the filter function. |
| Synopsis |
| #include <ProDimension.h> |
| ProError | (*ProDimensionVisitAction) | ( |
| ProDimension* dimension | |
| /*
(In) |
| the dimension being visited. |
| */ |
| ProError status | |
| /*
(In) |
| error status from the filter function. |
| */ |
| ProAppData data | |
| /*
(In) |
| caller supplied data |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | Continue visiting. |
| other | | visiting will stop and this error will be returned back by ProMdlDimVisit(). |
|