API 文件集 > Drawings and detail > Object ProDwg > Function ProDwgLayerDisplaystatusGet
Function ProDwgLayerDisplaystatusGet
Description
Retrieves the visibility status for the specified layer and view.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProDwgLayerDisplaystatusGet
(
ProLayer* layer
/* (In)
The layer whose status you want to retrieve
*/
ProView view
/* (In)
The view of drawing whose layer display status is requested
*/
ProLayerDisplay* display_status
/* (Out)
The display status
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The specified layer was not found.
Sample Code References
這是否有幫助?