ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / ElevationCapturingEvent Class
Members

In This Topic
    ElevationCapturingEvent Class
    In This Topic
    Occurs when an ElevationCapturing property has changed.
    Object Model
    ElevationCapturingEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Remarks
    You can Subscribe to listen for ElevationCapturingEvents and specify a delegate that will be executed upon receiving the event. To stop listening, you can Unsubscribe. ElevationCapturingEventArgs holds information about the event.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.AsyncPresentationEvent<TPayload>
             ArcGIS.Desktop.Editing.Events.ElevationCapturingEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also