API-Dokumentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewHalfVisibleAreaSet
Function ProDrawingViewHalfVisibleAreaSet
Description
Set view half visible area for a drawing view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewHalfVisibleAreaSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProSelection plane_ref
/* (In)
Selection reference for the half visible area
*/
ProBoolean keep_side
/* (In)
The side of view to display. PRO_B_TRUE: Left half of the view will be displayed PRO_B_FALSE: Right half of the view will be displayed.
*/
/* (In)
Type of line
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The visible area could not set
Sample Code References
User Guide References
War dies hilfreich?