ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / ReshapeEdgesDiagramLayoutParameters.MarkPosition Enumeration

In This Topic
    ReshapeEdgesDiagramLayoutParameters.MarkPosition Enumeration
    In This Topic
    The type of mark crossing position.
    Syntax
    public enum ReshapeEdgesDiagramLayoutParameters.MarkPosition : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ReshapeEdgesDiagramLayoutParameters.MarkPosition 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    MarkCrossingAbove The circular arc is above the horizontal segment.
    MarkCrossingBelow The circular arc is below the horizontal segment.
    MarkCrossingLeft The circular arc is on the left of the vertical segment.
    MarkCrossingRight The circular arc is on the right of the vertical segment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.NetworkDiagrams.ReshapeEdgesDiagramLayoutParameters.MarkPosition

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also