Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetNameGet


Description
Retrieves the name of the specified sheet of the drawing.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetNameGet(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProName sheet_name
/* (Out)
The name
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSOne or more arguments is invalid.

Manual References:

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