API 文档 > Creo Parametric fundamentals > Object ProLayer > Function ProLayerDisplaystatusGet
Function ProLayerDisplaystatusGet
Description
Retrieves the visibility status for the specified layer.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerDisplaystatusGet
(
ProLayer* layer
/* (In)
The layer whose status you want to retrieve
*/
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.
You specified an invalid layer name.
Sample Code References
这对您有帮助吗?