ArcGIS Pro 2.6 API Reference Guide
ElevationCapturingChangedProperty Enumeration

ArcGIS.Desktop.Editing.Events Namespace : ElevationCapturingChangedProperty Enumeration
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.
HasSurfacesIndicates theHasSurfaces has changed.
ModeIndicates the CaptureMode has changed.
SurfaceIDIndicates the ArcGIS.Desktop.Editing.ElevationCapturing.ElevationSurfaceID has changed.
SurfacesIndicates the list of usable surfaces that can be obtained from ArcGIS.Desktop.Editing.ElevationCapturing.QueryElevationSurfacesAsync has changed.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Editing.Events Namespace