ArcGIS Pro 3.7 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 ReadOnly Property NearestCategories As IReadOnlyList(Of String)
    public IReadOnlyList<string> NearestCategories {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also