API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewIsOverlay
Function ProDrawingViewIsOverlay
DEPRECATED:
Since Wildfire 5.0
Description
NOTE : This function is superseded by ProDrawingViewIsBackground() Determines if the view specified by view is an overlay view.
Synopsis
#include <ProDrawing.h>
ProDrawingViewIsOverlay
(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view identifier
*/
ProBoolean* is_overlay
/* (Out)
TRUE if the view specified by view is an overlay view.
*/
)
Returns
The function successfully retrieved the information.
The function failed.
User Guide References
Was this helpful?