API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingSheetFromFormatGet
Function ProDrawingSheetFromFormatGet
Description
Get the sheet used from the format.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetFromFormatGet
(
ProDrawing drawing
/* (In)
The drawing handle. Set this to NULL for the current drawing.
*/
int drawing_sheet
/* (In)
The sheet number of the drawing.
*/
int* format_sheet
/* (Out)
The sheet number of the format.
*/
)
Returns
The function succeeded.
The sheet does not have a format
One or more input arguments was invalid.
User Guide References
這是否有幫助?