Documentación de la API > Creo Parametric fundamentals > Object ProLayer > Function ProLayerDisplaystatusNoUpdateSet
Function ProLayerDisplaystatusNoUpdateSet
Description
Sets the layer display status but does not update the model tree.
Synopsis
#include <ProLayer.h>
ProLayerDisplaystatusNoUpdateSet
(
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
The function successfully set the status.
One or more of the input arguments are invalid
The specified layer was not found.
display status of the layer cannot be changed
User Guide References
¿Fue esto útil?