Description | ||||||||
Assigns the sheet numbers to export to the 2D export format file. Used only if the sheet option is set to PRO2DEXPORT_SELECTED. Sheet numbers range from 1 to the number of sheets. All the selected sheets will be exported to paper space. If a sheet has to be exported to model space, use Pro2dExportdataModelspacesheetSet() to assign it. | ||||||||
Synopsis | ||||||||
#include <ProUtil.h> | ||||||||
ProError | Pro2dExportdataSheetsSet | ( | ||||||
Pro2dExportdata export_data | ||||||||
/* (In) | ||||||||
The export data. | ||||||||
*/ | ||||||||
int* sheets | ||||||||
/* (In) | ||||||||
ProArray of the sheet numbers to export. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|