Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetFromFormatGet


Description
Get the sheet used from the format.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetFromFormatGet(
ProDrawing drawing
/* (In)
The drawing handle. Set this to NULL for the current drawing.
*/
int drawing_sheet
/* (In)
The sheet number of the drawing.
*/
int* format_sheet
/* (Out)
The sheet number of the format.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_E_NOT_FOUNDThe sheet does not have a format
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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