ArcGIS Pro 3.7 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 Shared Property ElevationSurfaceLayer As ElevationSurfaceLayer
    public static ElevationSurfaceLayer ElevationSurfaceLayer {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also