Description | ||||||||
Assigns the sheet number to be exported to model space. Used only if the export format supports the concept of model space and paper space, and if the sheet option is PRO2DEXPORT_SELECTED. Sheet numbers range from 1 to the number of sheets. Export other sheets to paper space using Pro2dExportdataSheetsSet(). | ||||||||
Synopsis | ||||||||
#include <ProUtil.h> | ||||||||
ProError | Pro2dExportdataModelspacesheetSet | ( | ||||||
Pro2dExportdata export_data | ||||||||
/* (In) | ||||||||
The export data. | ||||||||
*/ | ||||||||
int model_space_sheet | ||||||||
/* (In) | ||||||||
The sheet number to export to model space. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|