ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.GeoProcessing Namespace / GeoprocessingProjectItem Class / RequiresMainThread Property

In This Topic
    RequiresMainThread Property (GeoprocessingProjectItem)
    In This Topic
    Gets whether the Item must be refreshed on the MCT within the lambda of a QueuedTask.Run. Always returns false.
    Syntax
    public bool RequiresMainThread {get;}
    Public ReadOnly Property RequiresMainThread As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also