ArcGIS Pro 3.3 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 IReadOnlyList<ElevationSurfaceLayer> GetCustomElevationSurfaceLayers()
    Public Function GetCustomElevationSurfaceLayers() As IReadOnlyList(Of ElevationSurfaceLayer)

    Return Value

    IReadOnlyList {ElevationSurfaceLayer}
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also