Description | ||||||||||||||
Sets the layer display status but does not update the model tree. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProLayer.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|