ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / ReshapeEdgesDiagramLayoutParameters Class / ThresholdAngle Property

In This Topic
    ThresholdAngle Property (ReshapeEdgesDiagramLayoutParameters)
    In This Topic
    Threshold angle when executing the ReshapeEdgesDiagramLayoutParameters.Operation.ReduceVerticesByAngle operation.
    Syntax
    public double ThresholdAngle {get; set;}
    Public Property ThresholdAngle As Double
    Remarks
    The angle formed by the incident segments over which the vertex related to these segments is reduced. The wider the angle, the fewer vertices are reduced. The default is 160 degrees.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also