API ドキュメンテーション > Drawings and detail > Object ProDrawing > Function ProDrawingSheetOrientationGet
Function ProDrawingSheetOrientationGet
Description
Returns the orientation for the specified sheet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetOrientationGet
(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProSheetOrientation* orientation
/* (Out)
The sheet orientation (portrait or landscape).
*/
)
Returns
Success
Failure (the drawing handle or sheet number is invalid)
Sample Code References
User Guide References
これは役に立ちましたか?