Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetSizeGet


Description
Returns the size for the specified sheet.
Replacement in Object TOOLKIT: pfcSheetOwner::GetSheetInfo
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetSizeGet(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProPlotPaperSize* type
/* (Out)
The sheet size type.
*/
double* width
/* (Out)
The sheet width, in the sheet units
*/
double* height
/* (Out)
The sheet height, in the sheet units
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSFailure (the drawing handle or sheet number is invalid)
See Also
ProDrawingSheetUnitsGet

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDrwInfo.c )
  2. pt_userguide ( UgDrawingSheets.c )
  3. pt_userguide ( UgSheetsList.c )