ArcGIS Pro 2.6 API Reference Guide
PointCloudFieldTransformType Enumeration

ArcGIS.Core.CIM Namespace : PointCloudFieldTransformType Enumeration
Point cloud field transform types.
Syntax
public enum PointCloudFieldTransformType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum PointCloudFieldTransformType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
AbsoluteValue Apply abs() to field values.
HighFourBit Bitwise shift field values to the right by 4.
LowFourBit Apply 0xF mask to field values.
ModuloTen Modulate field values by 10.
None Do not transform field values.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace