ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / SpellChecker Class / GetSuggestions Method

In This Topic
    GetSuggestions Method
    In This Topic
    Returns an array of suggestions for the specified word. Returns null if the word is properly spelled.
    Syntax
    public string[] GetSuggestions( 
       string word
    )
    Public Function GetSuggestions( _
       ByVal word As String _
    ) As String()

    Parameters

    word
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also