ArcGIS Pro 2.6 API Reference Guide
VoxelVariablePrecision Enumeration

ArcGIS.Core.CIM Namespace : VoxelVariablePrecision Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace