Category Creo Parametric fundamentals, Object ProModelitem

Function ProModelitemUnhide


Description
Unhides the item, similar to the Creo Parametric menu choice "Unhide".
Replacement in Object TOOLKIT: wfcWModelItem::Unhide
Synopsis
#include <ProLayer.h>
ProErrorProModelitemUnhide(
ProModelitem* item
/* (In)
The layer item.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_CHANGEThe item was already shown.
PRO_TK_INVALID_TYPEThe item is not permitted to be shown or hidden.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Manual References:

  1. Core: Models and Model Items: Model Items
  2. Core: Models and Model Items: Model Items