ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / MainRingDiagramLayoutParameters Class / AbsoluteUnit Property

In This Topic
    AbsoluteUnit Property (MainRingDiagramLayoutParameters)
    In This Topic
    Indicates whether or not the distances are in absolute units.
    Syntax
    public bool AbsoluteUnit {get; set;}
    Public Property AbsoluteUnit As Boolean
    Remarks
    • If true, the layout algorithm will interpret any distance values as linear units.
    • If false, the layout algorithm will interpret any distance values as relative units to an estimation of the average of the junction sizes in the diagram when it is generated. This is the default.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also