This document is archived and information here might be outdated.  Recommended version.


INATraversalResultQuery2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultQuery2 Interface
ArcGIS Developer Help

INATraversalResultQuery2 Interface

Provides access to the results of an analysis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Name Description
Read-only property EIDFieldName The EID field name
Read-only property ElementIDFieldName The element ID field name.
Read-only property FeatureClass The feature class by element type.
Read-only property FromEdgeIDFieldName The from edge ID field name.
Read-only property FromJunctionIDFieldName The from junction ID field name.
Read-only property FromPositionFieldName The from position field name.
Method SearchConnected Returns a connected set of elements in the result.
Read-only property SourceIDFieldName The source ID field name.
Read-only property SourceOIDFieldName The source OID field name.
Read-only property ToEdgeIDFieldName The to edge ID field name.
Read-only property ToJunctionIDFieldName The to junction ID field name.
Read-only property ToPositionFieldName The to position field name.

Inherited Interfaces

Interfaces Description
INATraversalResultQuery Provides access to the results of an analysis.

Classes that implement INATraversalResultQuery2

Classes Description
NATraversalResult Contains the result of a network analysis.

Remarks

The INATraversalResultQuery2 interface is used to navigate through the traversal result and to provide the field names for various fields on the traversal classes.

.NET Samples

Add a traversal result to the map