ArcGIS Pro 3.7 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 Sub SetAddToTopOfMapContents( _
       ByVal addToTopOfMapContents As Boolean _
    ) 
    public void SetAddToTopOfMapContents( 
       bool addToTopOfMapContents
    )

    Parameters

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

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

    ArcGIS Pro version: 3.3 or higher.
    See Also