API Documentation > Interface Classes > Class pfcProjectionViewCreateInstructions
Class pfcProjectionViewCreateInstructions

# include <pfcView2D.h>

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

Description
This is the interface used for creating projected drawing views.
See Also:
User Guide References:
Methods Inherited from Class pfcView2DCreateInstructions::
Method Summary
Create (pfcView2D_ptr ParentView, pfcPoint3D_ptr Location)
Creates a data object used for creating projected drawing views.
void
true if the view should be exploded, null or false otherwise.
void
The location for the projected view. The view location determines how the view will be oriented.
void
The parent view for the projected view.
Method Detail
GetParentView
()
void
SetParentView
(pfcView2D_ptr value)
The parent view for the projected view.
User Guide References:
GetExploded
()
void
SetExploded
(cipOptional xbool value)
true if the view should be exploded, null or false otherwise.
User Guide References:
GetLocation
()
void
SetLocation
(pfcPoint3D_ptr value)
The location for the projected view. The view location determines how the view will be oriented.
User Guide References:
Creates a data object used for creating projected drawing views.
See Also:
User Guide References:
Parameters:
ParentView
The parent view for the projected view.
Location
The location for the projected view. The view location determines how the view will be oriented.
Returns:
The instructions data object.
Was this helpful?