Category Creo Parametric fundamentals, Object ProModelitem

Function ProModelitemHide


Description
Hides the item, similar to the Creo Parametric menu choice "Hide".
Replacement in Object TOOLKIT: wfcWModelItem::Hide
Synopsis
#include <ProLayer.h>
ProErrorProModelitemHide(
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 hidden.
PRO_TK_INVALID_TYPEThe item is not permitted to be 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

Sample Code References:

  1. pt_geardesign ( GearDesign.c )