ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data Namespace / Index Class / IsFullText Method

In This Topic
    IsFullText Method
    In This Topic
    Indicates if the index is a full text index. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool IsFullText()
    Public Function IsFullText() As Boolean

    Return Value

    true if the index is a full text index; otherwise, false.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also