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

VoxelVariableProfileStatisticsChangedEvent Class
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> 
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, Windows 8.1

ArcGIS Pro version: 2.7 or higher.
See Also