Description | ||||||||||||||
Sets the name of the specified sheet of the drawing. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|