Object Pro2dExportdata

Function Pro2dExportdataModelspacesheetSet


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>
ProErrorPro2dExportdataModelspacesheetSet(
Pro2dExportdata export_data
/* (In)
The export data.
*/
int model_space_sheet
/* (In)
The sheet number to export to model space.
*/
)
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