public NearestNeighbor( NetworkAttribute costNetworkAttribute, int count, IEnumerable<string> nearestCategories, IEnumerable<AssetType> nearestAssetTypes )
Public Function New( _ ByVal costNetworkAttribute As NetworkAttribute, _ ByVal count As Integer, _ ByVal nearestCategories As IEnumerable(Of String), _ ByVal nearestAssetTypes As IEnumerable(Of AssetType) _ )
Parameters
- costNetworkAttribute
- The ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute used to determine the definition of "nearest."
- count
- The number of nearest rows to return.
- nearestCategories
- The nearest rows to return by the trace are defined by a list of Category strings.
- nearestAssetTypes
- The nearest rows to return by the trace are defined by a set of ArcGIS.Core.Data.UtilityNetwork.AssetType objects.