Category 2D interface, Object ProQuickprintoptions

Function ProQuickprintoptionsProjectionsSet


Description
Assigns the list of the projection to include in this quick print operation, if the layout type is PRO_QPRINT_LAYOUT_PROJ.
Synopsis
#include <ProQuickprint.h>
ProErrorProQuickprintoptionsProjectionsSet(
ProQuickprintOptions options
/* (In)
The options handle.
*/
ProQuickprintprojectedProjViewLocation* projections
/* (In)
ProArray of the projections to include.
*/
)
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 'projection'.

Manual References:

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