ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / VoxelLayerOptimization Enumeration

In This Topic
    VoxelLayerOptimization Enumeration
    In This Topic
    Represents voxel layer optimization.
    Syntax
    public enum VoxelLayerOptimization : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum VoxelLayerOptimization 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Size Voxel layer is optimized to minimize size on disk.
    Visualization Voxel layer is optimized to maximize visualization performance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.VoxelLayerOptimization

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also