ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / SmartTreeDiagramLayoutParameters Class / Offset Property

In This Topic
    Offset Property (SmartTreeDiagramLayoutParameters)
    In This Topic
    Indicates the distance that will separate the detected overlapping edge segments.
    Syntax
    public double Offset {get; set;}
    Public Property Offset As Double
    Remarks
    This option is only available if the EdgesType equals SmartTreeDiagramLayoutParameters.EdgeType.Orthogonal. The default is 0 (overlapping edge segments are not separated).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also