Object ProApprnstate

Function ProApprnstateNameGet


Description
To get the name of an appearance state
Synopsis
#include <ProApprnstate.h>
ProErrorProApprnstateNameGet(
ProApprnstate apprn
/* (In)
Handle to the appearance state.
*/
wchar_t** r_name
/* (Out)
Returns pointer to wchar string with the name of the apperarnce state; the caller must release the string using ProWstringFree()
*/
)
Returns
PRO_TK_NO_ERRORThe name of the appearance state was successfully found.
PRO_TK_BAD_INPUTSThere was an error finding the name of the appearance state.

Manual References:

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