API 文档 > Drawings and detail > Object ProDrawing > Function ProDrawingFormatAdd
Function ProDrawingFormatAdd
Description
Adds or replaces a drawing format in a drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingFormatAdd
(
ProDrawing drawing
/* (In)
The drawing. Set this to NULL for the current drawing.
*/
int drawing_sheet
/* (In)
The sheet number of the drawing. Set this to a value less than 1 for the current sheet.
*/
ProSolid solid
/* (In)
The model.
*/
ProMdl format
/* (In)
The drawing format.
*/
int format_sheet
/* (In)
The sheet number of the drawing format. Set this to a value less than 1 for the first format sheet.
*/
)
Returns
Sample Code References
这对您有帮助吗?