API 설명서 > Drawings and detail > Object ProDwg > Function ProDwgLayerDisplaystatusSet
Function ProDwgLayerDisplaystatusSet
Description
Sets the display status of the specified layer and view.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
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
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
Sample Code References
User Guide References
도움이 되셨나요?