ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / GeoPositionsDiagramLayoutParameters Class / RestoreEdgesGeographicPositions Property

In This Topic
    RestoreEdgesGeographicPositions Property
    In This Topic
    Indicates whether or not the geographic positions of the edges are restored to the geographic positions of their vertices.
    Syntax
    public bool RestoreEdgesGeographicPositions {get; set;}
    Public Property RestoreEdgesGeographicPositions As Boolean
    Remarks
    If true, vertices along diagram edges will be restored when possible, moving them to match the geographic positions of the network features. This is the default. If false, vertices along diagram edges will not be restored. They will appear as straight lines between their connecting junctions.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also