Share

AcDbDataColumn Constructor

Overload List

Method Description
AcDbDataColumn::AcDbDataColumn () Default constructor.This constructor initializes the name of the AcDbDataColumn object to an empty string ("") and the column type to AcDbDataCell::kUnknownType.
AcDbDataColumn::AcDbDataColumn (AcDbDataCell::CellType, ACHAR *) This constructor creates an AcDbDataColumn object with a specified type and name. The type must be one of the types in the AcDbDataCell::CellType enumeration. If pColName is not specified, the name defaults to an empty string.
AcDbDataColumn::AcDbDataColumn (AcDbDataColumn&) Copy constructor.Copies rCol to this AcDbDataColumn object.

Was this information helpful?