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

In This Topic
    GetSelectedElevationSurfaceLayers Method
    In This Topic
    Returns the collection of elevation surface layers selected in the TOC.
    Syntax
    public IReadOnlyList<ElevationSurfaceLayer> GetSelectedElevationSurfaceLayers()
    Public Function GetSelectedElevationSurfaceLayers() As IReadOnlyList(Of ElevationSurfaceLayer)

    Return Value

    The collection of elevation surface layers selected in the TOC.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also