ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / LinearDispatchDiagramLayoutParameters Class / PreservePath Property

In This Topic
    PreservePath Property (LinearDispatchDiagramLayoutParameters)
    In This Topic
    Indicates whether or not the path is preserved.
    Syntax
    public bool PreservePath {get; set;}
    Public Property PreservePath As Boolean
    Remarks
    • If true, all vertices along the connected edges will be kept, and new vertices will be added at the moved junctions' original location. This is the default.
    • If false, vertices along edges will not be preserved.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also