Class pfcProjectionViewCreateInstructions
Description
This is the interface used for creating projected drawing views.
See Also:
User Guide References:
Method Summary
| |
| |
| |
| 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 | |
The parent view for the projected view.
User Guide References:
| GetExploded | () |
void | SetExploded | |
true if the view should be exploded, null or false otherwise.
User Guide References:
| GetLocation | () |
void | SetLocation | |
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.