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

In This Topic
    ThresholdAngle Property
    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, Windows 8.1

    See Also