Share

AcGsView::setViewportBorderVisibility

C++

virtual void setViewportBorderVisibility(
    bool bVisible
) = 0;

Description

Controls the visibility of the viewport border.

Parameters

Parameters Description
bVisible Input bool turns the border on if true and off if false

Links

AcGsView Class

Was this information helpful?