ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / SetAddToTopOfMapContents Method
Boolean indicating if output layers are to be added to the top of map contents.

In This Topic
    SetAddToTopOfMapContents Method
    In This Topic
    Set the add output layers to the top of map contents flag.
    Syntax
    public void SetAddToTopOfMapContents( 
       bool addToTopOfMapContents
    )
    Public Sub SetAddToTopOfMapContents( _
       ByVal addToTopOfMapContents As Boolean _
    ) 

    Parameters

    addToTopOfMapContents
    Boolean indicating if output layers are to be added to the top of map contents.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also