Share

AcDbDataCell

Class Hierarchy

AcRxObject
    AcDbDataCell

C++

class AcDbDataCell : public AcRxObject;

File

dbDataTable.h

Description

The AcDbDataCell class provides a way to represent the following data types in a generic manner: Boolean, integer, double, char*, AcGePoint3d, AcDbObjectId, AcDbHardOwnershipId, AcDbSoftOwnershipId, AcDbHardPointerId, and AcDbSoftPointerId. It provides a full complement of copy constructors, assignment operators, and cast operators to make it simple and safe to use AcDbDataCell cells as an underlying type.

An AcDbDataCellArray is a typedef for an AcArray of AcDbDataCell objects. An AcDbDataCellArray is used as an argument to various AcDbDataTable functions to pass row data. It is also the underlying structure for the AcDbDataColumn class. The functions of an AcDbDataCellArray are identical to those of an AcArray.

Links

AcDbDataCell Constructor, AcDbDataCell Enumerations, AcDbDataCell Methods, AcDbDataCell Operators

Was this information helpful?