Description | ||||||||||||||
Sets the display status of the specified layer and view. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcView2D::SetLayerDisplayStatus | |||||||||||||
Synopsis | ||||||||||||||
#include <ProLayer.h> | ||||||||||||||
ProError | ProDwgLayerDisplaystatusSet | ( | ||||||||||||
ProLayer* layer | ||||||||||||||
/* (In) | ||||||||||||||
The layer whose status you want to set | ||||||||||||||
*/ | ||||||||||||||
ProView view | ||||||||||||||
/* (In) | ||||||||||||||
The view in which you want to set the layer status | ||||||||||||||
*/ | ||||||||||||||
ProLayerDisplay display_status | ||||||||||||||
/* (In) | ||||||||||||||
The display status | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|