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

    ArcGIS Pro version: 3.0 or higher.
    See Also