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
User Guide References
¿Fue esto útil?