ArcGIS Pro 3.7 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 Function GetSelectedElevationSurfaceLayers() As IReadOnlyList(Of ElevationSurfaceLayer)
    public IReadOnlyList<ElevationSurfaceLayer> GetSelectedElevationSurfaceLayers()

    Return Value

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also