Description | |||||||||||||||||
Sets the display status of the specified layer.
NOTE: This is a temporary setting. It will be lost after you save or retrieve a model. To change the display status permanently, call the function ProLayerDisplaystatusSave(). |
|||||||||||||||||
Replacement in Object TOOLKIT: | pfcLayer::Status | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProLayer.h> | |||||||||||||||||
ProError | ProLayerDisplaystatusSet | ( | |||||||||||||||
ProLayer* layer | |||||||||||||||||
/* (In) | |||||||||||||||||
The layer whose status you want to set | |||||||||||||||||
*/ | |||||||||||||||||
ProLayerDisplay display_status | |||||||||||||||||
/* (In) | |||||||||||||||||
The display status | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|
|||||||||||||||||
See Also | |||||||||||||||||
ProLayerDisplaystatusSave |