Overload List
Method | Description |
---|---|
![]() | Default constructor.This constructor initializes the name of the AcDbDataColumn object to an empty string ("") and the column type to AcDbDataCell::kUnknownType. |
![]() | 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. |
![]() | Copy constructor.Copies rCol to this AcDbDataColumn object. |