API Reference > OdDb Classes > OdDbDataCell Class > OdDbDataCell Enumerations > OdDbDataCell::CellType Enumeration
OdDbDataCell::CellType Enumeration
Syntax
C++
enum CellType { kUnknown = 0, kInteger = 1, kDouble = 2, kCharPtr = 3, kPoint = 4, kObjectId = 5, kHardOwnerId = 6, kSoftOwnerId = 7, kHardPtrId = 8, kSoftPtrId = 9, kBool = 10, kVector = 11 };

DbDataTable.h

This is record OdDbDataCell::CellType.

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