Share

AcDbTextEditorColumn Class

Class Hierarchy

AcDbTextEditorSelectable
    AcDbTextEditorColumn

C++

class AcDbTextEditorColumn : public AcDbTextEditorSelectable;

File

dbtexteditor.h

Description

AcDbTextEditorColumn repersents the column object in text editor. All the columns in editor can have different height value but they have the same width. If you don't need it, call its release() function. Otherwise, it will cause a memory leak.

Links

AcDbTextEditorColumn Methods

Was this information helpful?