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

    ArcGIS Pro version: 3.0 or higher.
    See Also