ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LasPointClusterSelectionFilter Class


In This Topic
    LasPointClusterSelectionFilter Class Properties
    In This Topic

    For a list of all members of this type, see LasPointClusterSelectionFilter members.

    Public Properties
     NameDescription
    Public Property Gets or sets the list of classification codes to be used in the selection filter. (Inherited from ArcGIS.Desktop.Mapping.LasPointSelectionFilter)
    Public Property Gets and sets the geometry to use for the selection filter. This must be a non-empty geometry and should be defined in screen coordinates or in coordinates of the map's spatial reference. (Inherited from ArcGIS.Desktop.Mapping.LasPointSelectionFilter)
    Public Property Gets and sets the maximum number of points to be included in the selection. The default value is 1000.  
    Public Property Gets and sets the search radius in meters. The default value is 0.2 meters.  
    Public Property Gets and sets whether only visible points are to be used in the selection filter. Default value is null indicating don't change the existing visible points setting. (Inherited from ArcGIS.Desktop.Mapping.LasPointSelectionFilter)
    Top
    See Also