Function ProDrawingCurrentSheetSet
Description
Sets the current sheet number of the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingCurrentSheetSet
(
ProDrawing drawing
/* (In)
The drawing
*/
int current_sheet
/* (In)
The new current sheet number
*/
)
Returns
Success
Failure (Either drawing or sheetnum is invalid in the drawing.)
Sample Code References
User Guide References
これは役に立ちましたか?