ArcGIS Pro 2.9 API Reference Guide
CheckSentence Method

ArcGIS.Desktop.Framework.Utilities Namespace > SpellChecker Class : CheckSentence Method
Returns a list of tuples of integers, each containing the start position and length of each spelling error in the sentence.
Syntax
public List<Tuple<int,int>> CheckSentence( 
   string sentence
)
Public Function CheckSentence( _
   ByVal sentence As String _
) As List(Of Tuple(Of Integer,Integer))

Parameters

sentence
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SpellChecker Class
SpellChecker Members