Category Creo Parametric fundamentals, Object ProLayer

Function ProLayerItemRemoveNoUpdate


Description
Removes the specified item from the layer and does not do model tree update.
Replacement in Object TOOLKIT: wfcLayerItem::RemoveNoUpdate
Synopsis
#include <ProLayer.h>
ProErrorProLayerItemRemoveNoUpdate(
ProLayer* layer
/* (In)
The layer from which to remove the item
*/
ProLayerItem* layer_item
/* (In)
The layer item to be deleted
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the item.
PRO_TK_E_NOT_FOUNDThe specified layer was not found.
PRO_TK_INVALID_NAMEYou specified an invalid layer name.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_INVALID_TYPEYou specified an invalid layer item type.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Manual References:

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