Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
ANNOALLVISIBLE
Syntax
C++
bool ANNOALLVISIBLE;
Type
bool
Initial value
true
Read-Only
No
Saved In
Database
Versions
2008+

 

The ANNOALLVISIBLE variable is used to hide or display annotative objects that do not support the current annotation scale. The value of ANNOALLVISIBLE variable is stored separately for model space and paper space viewports. 

 

Value
Description
false
Displays only the annotative objects that support the current annotation scale.
true
Displays all annotative objects.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbDatabase::getANNOALLVISIBLE()
OdDbDatabase::setANNOALLVISIBLE()

 

Note: If the value of ANNOALLVISIBLE is set to true, annotative objects that support several scales display only one scale view. 

 

File: SysVarDefs.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.