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

In This Topic
    RailMovingLength Property
    In This Topic
    Gets and sets the rail moving length in meters. This is the length of the moving window (active set of points) that continuously moves along the rail after selecting a rail point. If the value is too small, the selection may go off track. If it is too large, it will struggle with turns but will perform better when crossing railroad tracks. The default value is 0.5 meters.
    Syntax
    public double RailMovingLength {get; set;}
    Public Property RailMovingLength As Double
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also