API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingSheetTrfGet
Function ProDrawingSheetTrfGet
Description
Returns the transformation matrix for the drawing sheet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetTrfGet
(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProName sheet_size
/* (Out)
a string identifying the sheet size
*/
ProMatrix transform
/* (Out)
the transformation matrix for the sheet
*/
)
Returns
Success
Failure
The drawing handle or sheet number is invalid
Sample Code References
User Guide References
Was this helpful?