#include <DgnPlatform/CellHeaderHandler.h>
Go to the source code of this file.
Classes | |
struct | HiMetricSizeShort |
struct | HiMetricSizeLong |
struct | DgnOleFlags |
struct | DgnOleInfo |
struct | OleCellHeaderHandler |
An ole element is a sub-type of cell. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Enumerations | |
enum | DgnOleStorageType { DGNOLE_STORAGE_Linked = 1, DGNOLE_STORAGE_Embedded = 2, DGNOLE_STORAGE_Static = 3 } |
enum | DgnOlePasteMethod { DGNOLE_PASTEMETHOD_ByCornerPoints = 1, DGNOLE_PASTEMETHOD_ByObjectSize = 2, DGNOLE_PASTEMETHOD_ByObjectMinTextSize = 3 } |
enum | DgnOleViewRotationMode { DGNOLE_ViewRotation_ViewIndependent = 0, DGNOLE_ViewRotation_ViewDependent = 1, DGNOLE_ViewRotation_AutoCAD = 2 } |
enum | DgnOleStatus { DGNOLE_SUCCESS = 0, DGNOLE_ERROR_BadElement = 1, DGNOLE_ERROR_AlreadyActive = 2, DGNOLE_ERROR_NotOleElement = 3, DGNOLE_ERROR_LockBytesError = 4, DGNOLE_ERROR_BadOleObject = 5, DGNOLE_ERROR_CantActivate = 6, DGNOLE_ERROR_StaticOleElement = 7, DGNOLE_ERROR_ElementInReference = 8, DGNOLE_ERROR_CantResolveLink = 9, DGNOLE_ERROR_CantConnectToLink = 10, DGNOLE_ERROR_ClassDifferent = 11, DGNOLE_ERROR_NoObjectInLink = 12 } |