public NearestNeighbor( NetworkAttribute costNetworkAttribute, int count, IEnumerable<string> nearestCategories )
Public Function New( _ ByVal costNetworkAttribute As NetworkAttribute, _ ByVal count As Integer, _ ByVal nearestCategories As IEnumerable(Of String) _ )
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.