Category Solids and parts, Object ProSolid

Function ProSolidApprnstateVisit


Description
Visits all the appearance states in the specified solid.
Synopsis
#include <ProApprnstate.h>
ProErrorProSolidApprnstateVisit(
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_ERRORThe function successfully visited all the appearance states.
PRO_TK_E_NOT_FOUNDEither no appearance state exist, or they were all filtered out by the filter function.
OtherAny other value is the value returned by the action function (visiting stopped).

Manual References:

  1. Appearance States
  2. Appearance States
  3. Technical Summary of Changes for Creo 11.0.0.0: Appearance States