ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPointFilter Class
Properties


In This Topic
    LasPointFilter Class Members
    In This Topic

    The following tables list the members exposed by LasPointFilter.

    Public Constructors
     NameDescription
    Public ConstructorCreate an instance of LasPointFilter.  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the list of class codes to filter. Default value is null.  
    Public PropertyGets and sets a geometry filter. It may be set to an ArcGIS.Core.Geometry.Envelope or a ArcGIS.Core.Geometry.Polygon. Default value is null.  
    Public Property Gets and sets whether key points are filtered. Default value is true.  
    Public Property Gets and sets whether overlap points are filtered. Default value is true.  
    Public Property Gets and sets the list of returns to filter. Default value is null.  
    Public Property Gets and sets whether synthetic points are filtered. Default value is true.  
    Public Property Gets and sets whether withheld points are filtered. Default value is false.  
    Top
    See Also