API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingSheetInfoGet
Function ProDrawingSheetInfoGet
DEPRECATED:
Since Wildfire 5.0
Description
Note: This function is deprecated and replaced by:
Returns the sheet info for the specified sheet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetInfoGet
(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
/* (Out)
the sheet info structure
*/
)
Returns
Success
Failure (the drawing handle or sheet number is invalid)
Was this helpful?