API Reference > OdDb Classes > OdDbProxyEntity Class > OdDbProxyEntity Enumerations > OdDbProxyEntity::GraphicsMetafileType Enumeration
OdDbProxyEntity::GraphicsMetafileType Enumeration
Syntax
C++
enum GraphicsMetafileType { kNoMetafile = 0, kBoundingBox = 1, kFullGraphics = 2 };

DbProxyEntity.h

Members 
Description 
kNoMetafile = 0 
No bounding box or graphics (R13 drawing files only) 
kBoundingBox = 1 
Bounding Box 
kFullGraphics = 2 
Full Graphics 

This is record OdDbProxyEntity::GraphicsMetafileType.

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