ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / RelativeMainlineDiagramLayoutParameters Class / AlignmentAttributeName Property

In This Topic
    AlignmentAttributeName Property
    In This Topic
    The name of the network attribute that will be used to align individual line features.
    Syntax
    Public Property AlignmentAttributeName As String
    public string AlignmentAttributeName {get; set;}
    Remarks
    The algorithm takes lines with the same ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute value and aligns them with one another.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also