API Documentation > Interface Classes > Class pfcView2DCreateInstructions
Class pfcView2DCreateInstructions

# include <pfcView2D.h>

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

Description
This is the parent interface for interfaces used for creating drawing views.
See Also:
Direct Known Subclasses:
Method Summary
Gets the type of view that this instructions object will create.
Method Detail
GetType
()
Gets the type of view that this instructions object will create.
Returns:
The view type.
Was this helpful?