Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetFormatIsBlanked


Description
Checks if the sheet format is blanked.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetFormatIsBlanked(
ProDrawing drawing
/* (In)
The drawing handle. Set this to NULL for the current drawing.
*/
int sheet
/* (In)
The sheet number. Set this to a value less than 1 for the current sheet.
*/
ProBoolean* is_blanked
/* (Out)
PRO_B_TRUE if sheet format is blanked, PRO_B_FALSE if sheet format is not blanked
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Drawing Sheets
  2. Drawings: Drawing Sheets