Category Drawings and detail, Object ProDrawing

Function ProDrawingViewIsOverlay


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProDrawingViewIsBackground
Description

NOTE : This function is superseded by ProDrawingViewIsBackground()

Determines if the view specified by view is an overlay view.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewIsOverlay(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Drawings: Background Views