| Description |
| Visits all the appearance states in the specified solid. |
| Synopsis |
| #include <ProApprnstate.h> |
| ProError | ProSolidApprnstateVisit | ( |
| ProSolid p_solid | |
| /*
(In) |
| The solid handle. |
| */ |
| ProAppData app_data | |
| /*
(In) |
| The application data passed to the filter and visiting functions. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully visited all the appearance states. |
| PRO_TK_E_NOT_FOUND | | Either no appearance state exist, or they were all filtered out by the filter function. |
| Other | | Any other value is the value returned by the action function (visiting stopped). |
|