Category Drawings and detail, Object ProDrawing

Function ProDrawingOverlayviewGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProDrawingBackgroundViewGet
Description

NOTE : This function is superseded by ProDrawingBackgroundViewGet ()

Returns the overlay view identifier of the specified sheet. All sheets have exactly one overlay view.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingOverlayviewGet(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The drawing sheet number
*/
ProView* overlay_view
/* (Out)
output overlay view
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Drawings: Background Views