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

ElevationCapturingChangedProperty Enumeration
Defines the type of changes that an ElevationCapturingEventArgs reports on.
Syntax
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