Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingFormatSizeGet
Function ProDrawingFormatSizeGet
Description
Gets the size of the format in a drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingFormatSizeGet
(
ProDrawing drawing
/* (In)
The drawing.
*/
int drawing_sheet
/* (In)
The sheet number of the drawing. Set this to a value less than 1 for the current sheet.
*/
/* (Out)
drawing size i.e. F_SIZE_PLOT, A4_SIZE_PLOT etc.
*/
double* p_width
/* (Out)
drawing width in inch
*/
double* p_height
/* (Out)
drawing height in inch
*/
)
Returns
The function succeeded.
One or more of the input arguments are invalid.
User Guide References
¿Fue esto útil?