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

In This Topic
    MaximumDeviationAngle Property
    In This Topic
    Gets and sets the maximum deviation angle in degrees. This is the maximum angle that the power line can rotate from the center. The default value is 10 degrees.
    Syntax
    public double MaximumDeviationAngle {get; set;}
    Public Property MaximumDeviationAngle As Double
    Remarks
    This value is only applied if ApplyWindCorrection is true.

    > Valid values are greater than 0 degrees and less than 90 degrees.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also