ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PointCloudFilterDefinition Class / PointCloudFilterDefinition Constructor / PointCloudFilterDefinition Constructor(List<Int32>,List<PointCloudReturnType>,List<ClassFlag>)
A list of one or more classification codes
A list of one or more return values or null
A list of one or more classification flags or null

In This Topic
    PointCloudFilterDefinition Constructor(List<Int32>,List<PointCloudReturnType>,List<ClassFlag>)
    In This Topic
    Creates a PointCloudFilterDefinition.
    Syntax

    Parameters

    classCodes
    A list of one or more classification codes
    returnValues
    A list of one or more return values or null
    classFlags
    A list of one or more classification flags or null
    Remarks
    PointCloudFilterDefinition uses classification codes, return values, and classification flags to filter the point cloud data being rendered. Classification codes are used to define the type of surface, or surfaces, that reflected the lidar pulse. Return values correspond to the value stored in the RETURNS field of a point cloud and are typically influenced by the height of each surface that was scanned. Classification flags are a secondary description of the lidar pulses (in addition to their classification code).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also