ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPointFilter Class / Returns Property

In This Topic
    Returns Property (LasPointFilter)
    In This Topic
    Gets and sets the list of returns to filter. Default value is null.
    Syntax
    public List<LasReturnType> Returns {get; set;}
    Public Property Returns As List(Of LasReturnType)
    Remarks
    If no list is set, points with any return value can pass through the filter.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also