API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingSheetFormatIsShown
Function ProDrawingSheetFormatIsShown
Description
Checks if the given drawing sheet's format is shown.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetFormatIsShown
(
ProDrawing drawing
/* (In)
The drawing handle. Set this to NULL for the current drawing.
*/
int sheet
/* (In)
The sheet number. Set this to a value less than 1 for the current sheet.
*/
ProBoolean* is_shown
/* (Out)
PRO_B_TRUE if sheet format is shown, PRO_B_FALSE if sheet format is not shown
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?