Object Pro2dExportdata

Function Pro2dExportdataSheetsSet


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>
ProErrorPro2dExportdataSheetsSet(
Pro2dExportdata export_data
/* (In)
The export data.
*/
int* sheets
/* (In)
ProArray of the sheet numbers to export.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Interface: Data Exchange: Exporting 2D Models
  2. Interface: Data Exchange: Example 1 Publishing a Drawing