API Reference > System Variables for .dwg files > System Variables P > PROXYSHOW
PROXYSHOW
Syntax
C++
OdDb::ProxyImage PROXYSHOW;

SysVarDefs.h

Type 
OdDb::ProxyImage 
Initial value 
OdDb::kProxyShow 
Read-Only 
No 
Saved In 
Registry 
Versions 
R14+ 

 

PROXYSHOW controls the display of proxy graphics. 

 

Name 
Value 
Description 
OdDb::kProxyNotShow 
Proxy graphics are not displayed. 
OdDb::kProxyShow 
Proxy graphics are displayed. 
OdDb::kProxyBoundingBox 
Proxy bounding boxes are displayed. 

 

Access Methods 
OdDbDatabase::getSysVar() 
OdDbDatabase::setSysVar() 
  
OdDbHostAppServices::getPROXYSHOW() 
OdDbHostAppServices::setPROXYSHOW() 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.