Category 2D interface, Object ProQuickprintoptions

Function ProQuickprintoptionsTemplateSet


Description
Assigns the path to the drawing template file, if the layout type is PRO_QPRINT_LAYOUT_TEMPLATE.
Synopsis
#include <ProQuickprint.h>
ProErrorProQuickprintoptionsTemplateSet(
ProQuickprintOptions options
/* (In)
The options handle.
*/
ProPath dwg_template
/* (In)
Path to the drawing template file to use for the quick print operation.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe layout type is not 'template'.

Manual References:

  1. Interface: Data Exchange: Automatic Printing of 3D Models
  2. Interface: Data Exchange: Automatic Printing of 3D Models