ArcGIS Pro 3.7 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 Function GetSuggestions( _
       ByVal word As String _
    ) As String()
    public string[] GetSuggestions( 
       string word
    )

    Parameters

    word
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also