GraphicsMetafileType Enumeration
|
Indicates data that is in the proxy's graphics
metafile (if it exists).
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum GraphicsMetafileType
Public Enumeration GraphicsMetafileType
public enum class GraphicsMetafileType
type GraphicsMetafileType
Members
Member name |
Value |
Description |
NoMetafile |
0 |
No bounding box or graphics. |
BoundingBox |
1 |
Bounding box. |
FullGraphics |
2 |
Full graphics. |
See Also