ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LasPointRailSelectionFilter Class / VerticalTolerance Property

In This Topic
    VerticalTolerance Property
    In This Topic
    Gets and sets the vertical tolerance in meters. This is the allowable variation in the Z dimension to determine whether a point is a rail point and will be included in the selection. The default value is 0.02 meters.
    Syntax
    public double VerticalTolerance {get; set;}
    Public Property VerticalTolerance As Double
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also