Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewDisplaySet
Function ProDrawingViewDisplaySet
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:
Synopsis
#include <ProDrawing.h>
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
Success
One or more of the input arguments are invalid, or style was set to PRO_DISPSTYLE_SHADED.
The drawing view is a child of another view and inherits its display from its parent.
The function attempted to set the concept_model field, but no Pro/ASSEMBLY license is available.
Sample Code References
User Guide References
¿Fue esto útil?