Share

AcDbDataColumn

Class Hierarchy

AcRxObject
    AcDbDataColumn

C++

class AcDbDataColumn : public AcRxObject;

File

dbDataTable.h

Description

The AcDbDataColumn class represents a single column of an AcDbDataTable.

The column consists of a zero-based array of AcDbDataCell objects of the same type. The cell types are those contained in the AcDbCellData::CellType enumeration. Functions for inserting and appending cells to an AcDbDataColumn enforce this type constraint.

An AcDbDataColumn can have an optional name.

Links

AcDbDataColumn Constructor, AcDbDataColumn Methods, AcDbDataColumn Operators

Was this information helpful?