ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / TraverseAssociationsDescription Class / TraverseAssociationsDescription Constructor / TraverseAssociationsDescription Constructor(TraversalDirection)
Specifies the direction to perform the association traversal.

In This Topic
    TraverseAssociationsDescription Constructor(TraversalDirection)
    In This Topic
    Initializes a new instance of TraverseAssociationsDescription with a full traversal in a specified TraversalDirection with the maximum depth limit.
    Syntax
    public TraverseAssociationsDescription( 
       TraversalDirection traversalDirection
    )
    Public Function New( _
       ByVal traversalDirection As TraversalDirection _
    )

    Parameters

    traversalDirection
    Specifies the direction to perform the association traversal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also