Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetFormatIsShown


Description
Checks if the given drawing sheet's format is shown.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetFormatIsShown(
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_shown
/* (Out)
PRO_B_TRUE if sheet format is shown, PRO_B_FALSE if sheet format is not shown
*/
)
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