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

In This Topic
    NearestAssetTypes Property
    In This Topic
    The ArcGIS.Core.Data.UtilityNetwork.AssetType objects that are used to define rows to return.
    Syntax
    public IReadOnlyList<AssetType> NearestAssetTypes {get;}
    Public ReadOnly Property NearestAssetTypes As IReadOnlyList(Of AssetType)
    Remarks
    If the row's ArcGIS.Core.Data.UtilityNetwork.AssetType is in this list, it can be returned by the nearest neighbor filter.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also