ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LasPointPipelineSelectionFilter Class / Tolerance Property

In This Topic
    Tolerance Property (LasPointPipelineSelectionFilter)
    In This Topic
    Gets and sets the tolerance value in meters. This is the maximum distance in 3D that the points used to model the power line can be from one another. The default value is 0.3048 meters.
    Syntax
    public double Tolerance {get; set;}
    Public Property Tolerance As Double
    Remarks
    The value you use must have a relationship to the positional accuracy of the lidar points in x,y and z-dimensions. With more accurate data, use a smaller value; with less accurate data, use a larger value.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also