Category Creo Parametric fundamentals, Object ProModelitem

Function ProModelitemIsHidden


Description
Identifies if the item is hidden via the "Hide" menu choice in Creo Parametric or the related function ProModelitemHide().
Replacement in Object TOOLKIT: wfcWModelItem::IsHidden
Synopsis
#include <ProLayer.h>
ProErrorProModelitemIsHidden(
ProModelitem* item
/* (In)
The item.
*/
ProBoolean* is_hidden
/* (Out)
PRO_B_TRUE if the item is hidden, PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThe item is not permitted to be shown or hidden.

Manual References:

  1. Core: Models and Model Items: Model Items