ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / EditingElevationCaptureMode Enumeration

In This Topic
    EditingElevationCaptureMode Enumeration
    In This Topic
    Defines the capture mode used to specify new Z values when creating or modifying features.
    Syntax
    public enum EditingElevationCaptureMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum EditingElevationCaptureMode 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Constant A constant value is used to populate all Z coordinates when an edit is performed.
    Off No Elevation capturing mode is currently being used.
    Surface A map elevation surface is used to populate all Z coordinates when an edit is performed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.EditingElevationCaptureMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also