Parameters
- featureClass
- The feature class to intersect with RouteInfo.
- searchRadius
- The search radius defines how far a search will be done to find a target route.
- eventTableConfiguration
- Describes an event table to hold events information.
Exception | Description |
---|---|
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
System.ArgumentNullException | featureClass or eventTableConfiguration is null. |
If the featureClass is points, the searchRadius will be a numeric value defining how far around each point a search will be done to find a target route.
If the featureClass is lines, the searchRadius will be a cluster tolerance, which is a numeric value representing the maximum tolerated distance between the input lines and the target routes.
If the featureClass is polygons, the searchRadius is ignored and no search radius will be used.
Target Platforms: Windows 11, Windows 10