Category Creo Parametric fundamentals, Object ProLayer

Function ProLayerDisplaystatusNoUpdateSet


Description
Sets the layer display status but does not update the model tree.
Synopsis
#include <ProLayer.h>
ProErrorProLayerDisplaystatusNoUpdateSet(
ProLayer* layer
/* (In)
The layer whose status you want to set
*/
ProLayerDisplay display_status
/* (In)
The display status
*/
ProBoolean* is_update_tree_needed
/* (Out)
Model tree should be update.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the status.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid
PRO_TK_E_NOT_FOUNDThe specified layer was not found.
PRO_TK_CANT_MODIFYdisplay status of the layer cannot be changed

Manual References:

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