Function ProDrawingFormatGet
Description
Outputs the name of the drawing format for the specified sheet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingFormatGet
(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProName format_name
/* (Out)
The name of the drawing sheet's format
*/
)
Returns
Success
Format for the sheet was not found.
One or more of the arguments is invalid.
PRO_TK_E_NOT_EXIST
A user-defined format does not exist for the sheet.
Sample Code References
User Guide References
これは役に立ちましたか?