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

In This Topic
    VoxelVariableProfileStatisticsChangedEvent Class
    In This Topic
    Occurs when the statistics for an underlying voxel variable have been updated.
    Object Model
    VoxelVariableProfileStatisticsChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class VoxelVariableProfileStatisticsChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<VoxelVariableProfileEventArgs> 
    Public NotInheritable Class VoxelVariableProfileStatisticsChangedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of VoxelVariableProfileEventArgs)
    Remarks
    When a voxel variable profile is first loaded, its voxel data values must be read and statistics computed.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also