Autodesk.AutoCAD.DatabaseServices Namespace > DBText Class > DBText Methods > CorrectSpelling Method
DBText.CorrectSpelling Method
Description

 

This function runs the spell checker on the text to correct any spelling errors. The spell checker is an AutoCAD-specific function, so this method may not be implemented for other database library uses. 

Returns 0 if completed successfully (with errors fixed or no errors found), otherwise returns 1.

Visual Basic
Public Function CorrectSpelling() As Integer
C#
public int CorrectSpelling();
Links
   Comments?