Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetInfoGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProDrawingSheetSizeGet,ProDrawingSheetUnitsGet,ProDrawingSheetOrientationGet
Description
Note: This function is deprecated and replaced by:

Returns the sheet info for the specified sheet.

Replacement in Object TOOLKIT: pfcSheetOwner::GetSheetData
pfcSheetOwner::GetSheetInfo
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetInfoGet(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProDrawingSheetInfo* sheet_info
/* (Out)
the sheet info structure
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSFailure (the drawing handle or sheet number is invalid)