Category 2D interface, Object ProPrint

Function ProPrintPCFOptionsGet


Description
Get the print options from a specified PCF file.
Replacement in Object TOOLKIT: pfcBaseSession::GetPrintPCFOptions
Synopsis
#include <ProPrint.h>
ProErrorProPrintPCFOptionsGet(
ProPath pcf_filename
/* (In)
The name of the PCF file
*/
ProMdl model
/* (In)
Model to be printed
*/
ProPrintPrinterOpts* printer_options
/* (Out)
The printer options
*/
ProPrintMdlOpts* mdl_options
/* (Out)
The model options
*/
ProPrintPlacementOpts* place_options
/* (Out)
The placement options
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_E_NOT_FOUNDThe PCF file does not exist PRO_TK_BAD_INPUTS

Manual References:

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