ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / SpellChecker Class / CheckSentence Method

In This Topic
    CheckSentence Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also