ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / NearestNeighbor Class
Members

In This Topic
    NearestNeighbor Class
    In This Topic
    The NearestNeighbor class encapsulates all of the criteria for defining a nearest neighbor filter.
    Object Model
    NearestNeighbor ClassNetworkAttribute Class
    Syntax
    public sealed class NearestNeighbor 
    Public NotInheritable Class NearestNeighbor 
    Remarks
    Nearest neighbor filters allow you to return the next N rows, where the "distance" to those rows is calculated by a network attribute.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.UtilityNetwork.Trace.NearestNeighbor

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also