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
>
ProError
ProModelitemHide
(
ProModelitem
*
item
/* (In)
The layer item.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_NO_CHANGE
The item was already hidden.
PRO_TK_INVALID_TYPE
The item is not permitted to be hidden.
PRO_TK_GENERAL_ERROR
A general error occurred and the function failed.
Manual References:
Core: Models and Model Items: Model Items
Core: Models and Model Items: Model Items
Sample Code References:
pt_geardesign ( GearDesign.c )