API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingSheetSizeGet
Function ProDrawingSheetSizeGet
Description
Returns the size for the specified sheet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetSizeGet
(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
/* (Out)
The sheet size type.
*/
double* width
/* (Out)
The sheet width, in the sheet units
*/
double* height
/* (Out)
The sheet height, in the sheet units
*/
)
Returns
Success
Failure (the drawing handle or sheet number is invalid)
See Also
Sample Code References
User Guide References
도움이 되셨나요?