| Description |
| Set the view orientation of a general view from the view name |
| Synopsis |
| #include <ProDrawingView.h> |
| ProError | ProDrawingViewOrientationFromNameSet | ( |
| ProDrawing drawing | |
| /*
(In) |
| Drawing handle |
| */ |
| ProView view | |
| /*
(In) |
| The view handle |
| */ |
| ProName mdl_view_name | |
| /*
(In) |
| Name of the model view |
| */ |
| ProName orientation_name | |
| /*
(In) |
| Name of the orientation |
| */ |
| double x_angle | |
| /*
(In) |
| X angle for the user defined orientation |
| */ |
| double y_angle | |
| /*
(In) |
| Y angle for the user defined orientation |
| */ |
| ) |
| Returns |
|
|