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

In This Topic
    VoxelVariablePrecision Enumeration
    In This Topic
    Voxel variable precision. The lower the precision the smaller the data size of the voxel layer.
    Syntax
    public enum VoxelVariablePrecision : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum VoxelVariablePrecision 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    High High precision.
    InputData Variable data is unchanged.
    Low Low precision.
    Medium Medium precision.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also