API Documentation > 2D interface > Object ProQuickprintoptions > Function ProQuickprintoptionsThreeviewlayoutSet
Function ProQuickprintoptionsThreeviewlayoutSet
Description
Assigns the layout type to use, when three views are being used in a manual layout (the layout type is PRO_QPRINT_LAYOUT_MANUAL).
Synopsis
#include <ProQuickprint.h>
ProQuickprintoptionsThreeviewlayoutSet
(
/* (In)
The options handle.
*/
/* (In)
The layout type to use.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The layout type is not 'manual', or there are not exactly three views stored in the layout.
User Guide References
Was this helpful?