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

In This Topic
    NearestCategories Property
    In This Topic
    The Category strings that are used to define rows to return.
    Syntax
    public IReadOnlyList<string> NearestCategories {get;}
    Public ReadOnly Property NearestCategories As IReadOnlyList(Of String)
    Remarks
    If the row's ArcGIS.Core.Data.UtilityNetwork.AssetType.CategoryList contains one of these Category strings, it can be returned by the nearest neighbor filter.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also