ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / ElevationCapturingChangedProperty Enumeration

In This Topic
    ElevationCapturingChangedProperty Enumeration
    In This Topic
    Defines the type of changes that an ElevationCapturingEventArgs reports on.
    Syntax
    public enum ElevationCapturingChangedProperty : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ElevationCapturingChangedProperty 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ConstantValueIndicates the ArcGIS.Desktop.Editing.ElevationCapturing.ElevationConstantValue has changed.
    ElevationSurfaceLayerIndicates the ElevationSurfaceLayer has changed.
    HasSurfacesIndicates the HasSurfaces has changed.
    ModeIndicates the CaptureMode has changed.
    SurfacesIndicates the list of usable elevation surface layers has changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Editing.Events.ElevationCapturingChangedProperty

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also