ArcGIS Pro 3.0 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 string AlignmentAttributeName {get; set;}
    Public Property AlignmentAttributeName As String
    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, Windows 10, Windows 8.1

    See Also