ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Voxel.Events Namespace / VoxelAssetEventArgs Class / Isosurfaces Property

In This Topic
    Isosurfaces Property (VoxelAssetEventArgs)
    In This Topic
    Gets the list of 0 or more isosurfaces changed in the event.
    Syntax
    Public ReadOnly Property Isosurfaces As IReadOnlyList(Of IsosurfaceDefinition)
    public IReadOnlyList<IsosurfaceDefinition> Isosurfaces {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also