ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / NearestNeighborResult Enumeration

In This Topic
    NearestNeighborResult Enumeration
    In This Topic
    Indicates the result of a nearest neighbor filter.
    Syntax
    Members
    MemberDescription
    CorrectNumberFound The correct number of rows were returned by the nearest neighbor filter.
    IncorrectNumberFound The incorrect number of rows were returned by the nearest neighbor filter.
    NotApplicable The tracing operation did not specify a nearest neighbor filter.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.Trace.NearestNeighborResult

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also