ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / SelectElevationSurfaceLayers Method

In This Topic
    SelectElevationSurfaceLayers Method
    In This Topic
    Selects elevation surface layers in the TOC.
    Syntax
    public void SelectElevationSurfaceLayers( 
       IReadOnlyCollection<ElevationSurfaceLayer> elevationSurfaceLayers
    )
    Public Sub SelectElevationSurfaceLayers( _
       ByVal elevationSurfaceLayers As IReadOnlyCollection(Of ElevationSurfaceLayer) _
    ) 

    Parameters

    elevationSurfaceLayers
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also