Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetFormatHide


Description
Hides the given drawing sheet's format.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetFormatHide(
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.
*/
)
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