ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / LinearDispatchDiagramLayoutParameters Class / ExpandLeaves Property

In This Topic
    ExpandLeaves Property
    In This Topic
    Indicates whether or not the leaf junctions are expanded.
    Syntax
    public bool ExpandLeaves {get; set;}
    Public Property ExpandLeaves As Boolean
    Remarks
    • If true, the leaves can be expanded. The MaximumShift specifies the maximum distance those leaf junctions can be expanded away from the junctions to which they connect.
    • If false, the leaves cannot be expanded. This is the default.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also