ArcGIS Pro 3.7 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 Property Offset As Double
    public double Offset {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also