ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / ElevationSurfaceLayerCollectionChangedEvent Class
Members

In This Topic
    ElevationSurfaceLayerCollectionChangedEvent Class
    In This Topic
    Occurs when the elevation surface layers of a map changed.
    Object Model
    ElevationSurfaceLayerCollectionChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class ElevationSurfaceLayerCollectionChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<ElevationSurfaceLayerCollectionChangedEventArgs> 
    Public NotInheritable Class ElevationSurfaceLayerCollectionChangedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of ElevationSurfaceLayerCollectionChangedEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Mapping.Events.ElevationSurfaceLayerCollectionChangedEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also