C++
Acad::ErrorStatus setAnnoAllVisible( bool allvis );
Description
Set the desired ANNOALLVISIBLE value for the model space tab.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
allvis | Input desired visibility; true for visible, false for not. |