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

    ArcGIS Pro version: 3.0 or higher.
    See Also