Share

AcDbTextEditorSelection Class

Class Hierarchy

AcDbTextEditorSelectionBase
    AcDbTextEditorSelection

C++

class AcDbTextEditorSelection : public AcDbTextEditorSelectionBase;

File

dbtexteditor.h

Description

AcDbTextEditorSelection represents the current selection object in the text editor.This class allows you to get and set the selected stack and change stack properties.

Note that after AcDbTextEditor::clearSelection() has been called, the text editor doesn't have a valid selection; calling other class methods will produce an error code indicating that the selection is empty. A valid selection is achieved with AcDbTextEditor::makeSelection() or AcDbTextEditor::selectAll().

Links

AcDbTextEditorSelection Methods

Was this information helpful?