ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / GetCustomElevationSurfaceLayers Method

In This Topic
    GetCustomElevationSurfaceLayers Method
    In This Topic
    Gets the list of custom elevation surface layers for the map.
    Syntax
    Public Function GetCustomElevationSurfaceLayers() As IReadOnlyList(Of ElevationSurfaceLayer)
    public IReadOnlyList<ElevationSurfaceLayer> GetCustomElevationSurfaceLayers()

    Return Value

    IReadOnlyList {ElevationSurfaceLayer}
    Requirements

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

    ArcGIS Pro version: 3.3 or higher.
    See Also