| Description |
| Sets the display status of a drawing view. The function does not repaint the view - use ProWindowRepaint() to do this. If the function returns an error, none of the properties are set. NOTE: Note the following restrictions :
- Changing the concept_model field requires a Pro/ASSEMBLY license.
|
| Replacement in Object TOOLKIT: | pfcView2D::Display |
| Synopsis |
| #include <ProDrawing.h> |
| ProError | ProDrawingViewDisplaySet | ( |
| ProDrawing drawing | |
| /*
(In) |
| The drawing |
| */ |
| ProView view | |
| /*
(In) |
| The drawing view |
| */ |
| ProDrawingViewDisplay* display_status | |
| /*
(In) |
| A structure containing the display status information. Initialize this structure by a call to ProDrawingViewDisplayGet() on the same view. |
| */ |
| ) |
| Returns |
|
|