API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingSheetFormatIsBlanked
Function ProDrawingSheetFormatIsBlanked
Description
Checks if the sheet format is blanked.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetFormatIsBlanked
(
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_blanked
/* (Out)
PRO_B_TRUE if sheet format is blanked, PRO_B_FALSE if sheet format is not blanked
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?