ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ElevationCapturing Class / ElevationSurfaceLayer Property

In This Topic
    ElevationSurfaceLayer Property
    In This Topic
    Gets or sets the elevation surface layer to be used with ElevationCaptureMode.Surface mode elevation capturing.
    Syntax
    public static ElevationSurfaceLayer ElevationSurfaceLayer {get; set;}
    Public Shared Property ElevationSurfaceLayer As ElevationSurfaceLayer
    Exceptions
    ExceptionDescription
    when attempting to set an elevation surface layer that is not within the currently edited map
    Remarks
    Setting a null layer is valid, indicating the default Ground elevation surface layer should be chosen.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also