ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / RelativeMainlineDiagramLayoutParameters Class / BreakPointAngle Property

In This Topic
    BreakPointAngle Property
    In This Topic
    The angle that will be used to position the break point on the branches.
    Syntax
    public double BreakPointAngle {get; set;}
    Public Property BreakPointAngle As Double
    Remarks
    • The angle is a number between 0 and 90 degrees which is combined with the OffsetBetweenBranches parameter value to compute the break point position. When the break point angle value is 90 degrees, each branch displays orthogonally. The default is 45.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also