API Documentation > Interface Classes > Class wfcQuickPrintGeneralViewInsructions
Class wfcQuickPrintGeneralViewInsructions

# include <wfcQuickPrint.h>

class
wfcQuickPrintGeneralViewInsructions
: public virtual
xobject
{
xdeclare(wfcQuickPrintGeneralViewInsructions)
...
};
This is a
COMPACT class.

Description
The general view quick print instructions..
Manual References:
Method Summary
Create (wfcQuickPrintGeneralViewLocation GeneralViewLocation, xrstring ViewName, xreal Scale, wfcDrawingViewDisplay_ptr ViewDisplayStyle)
void
For projected view layout, this is the location of the view being added. This is ignored for manual view layout
void
SetScale (xreal value)
The view scale to use
void
The view display style to use
void
Name of the saved model view
Method Detail
GetGeneralViewLocation
()
void
SetGeneralViewLocation
For projected view layout, this is the location of the view being added. This is ignored for manual view layout
Manual References:
GetViewName
()
void
SetViewName
(xrstring value)
Name of the saved model view
Manual References:
GetScale
()
void
SetScale
(xreal value)
The view scale to use
Manual References:
GetViewDisplayStyle
()
void
SetViewDisplayStyle
The view display style to use
Manual References:
Create
(wfcQuickPrintGeneralViewLocation GeneralViewLocation, xrstring ViewName, xreal Scale, wfcDrawingViewDisplay_ptr ViewDisplayStyle)
Manual References:
Parameters:
GeneralViewLocation
ViewName
Scale
ViewDisplayStyle
Returns:
Was this helpful?