ArcGIS Pro 3.7 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 Property MaximumDeviationAngle As Double
    public double MaximumDeviationAngle {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also