ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitProperties Class / MaxHops Property

In This Topic
    MaxHops Property (CircuitProperties)
    In This Topic
    Specifies the maximum number of hops allowed during path traversal between edges when determining circuit paths.
    Syntax
    Public ReadOnly Property MaxHops As Integer
    public int MaxHops {get;}
    Remarks
    The default value is 100, excluding the starting point. Terminal devices are evaluated as having a fixed traversal length of two hops.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also