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

In This Topic
    PointCloudFieldTransformType Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also