API 文件集 > 2D interface > Object ProQuickprintoptions > Function ProQuickprintoptionsViewAdd
Function ProQuickprintoptionsViewAdd
Description
Adds a new general view to be printed.
Note: For manual view layouts, the order in which the views are added determine their final location in the drawing.
Synopsis
#include <ProQuickprint.h>
ProQuickprintoptionsViewAdd
(
/* (In)
The options handle.
*/
/* (In)
For projected view layout, this is the location of the view being added. Ignored for manual view layout.
*/
ProLine view_name
/* (In)
Name of the saved model view.
*/
double scale
/* (In)
The view scale to use.
*/
ProDrawingViewDisplay* display_style
/* (In)
The view display style to use.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No more than 4 views may be used in a manual layout.
The layout type is not 'projection' or 'manual'.
User Guide References
這是否有幫助?