Function ProDrawingSheetNameSet
Description
Sets the name of the specified sheet of the drawing.
Synopsis
#include <ProDrawing.h>
ProDrawingSheetNameSet
(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProName sheet_name
/* (In)
The name. May be empty for default name.
*/
)
Returns
Success
Model is in read-only state.
One or more arguments is invalid.
The sheet already has this name.
The name is invalid.
User Guide References
これは役に立ちましたか?