API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::ProxyImage Enumeration
OdDb::ProxyImage Enumeration
Syntax
C++
enum ProxyImage { kProxyNotShow = 0, kProxyShow = 1, kProxyBoundingBox = 2 };

DbDatabase.h

Members 
Description 
kProxyNotShow = 0 
!< Proxy images are not shown. 
kProxyShow = 1 
!< Proxy images are shown. 
kProxyBoundingBox = 2 
!< Proxy images are shown as a bounding box. 

Determines how proxy images should be shown.

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