ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / SetShowProjectionTransformationMessages Method
Boolean indicating if projection transformation messages are displayed.

In This Topic
    SetShowProjectionTransformationMessages Method
    In This Topic
    Sets whether projection transformation messages are displayed. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetShowProjectionTransformationMessages( 
       bool showProjectionTransformationMessages
    )
    Public Sub SetShowProjectionTransformationMessages( _
       ByVal showProjectionTransformationMessages As Boolean _
    ) 

    Parameters

    showProjectionTransformationMessages
    Boolean indicating if projection transformation messages are displayed.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    Note: see ArcGIS.Desktop.Core.Geoprocessing.GPExecuteToolFlags for available options for modifying behavior of ArcGIS.Desktop.Core.Geoprocessing.Geoprocessing.ExecuteToolAsync. Changing these parameters modifies behavior of interactive GP tools
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also