ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultSource Interface

Provides access to traversal results for a particular source.

Product Availability

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

Members

Description
Read/write property ElementType The network element type.
Read-only property ID The result source ID.
Read/write property Location The result source location.
Read/write property Name The result source name.
Read/write property ResultSourceType The result source type.
Read-only property Table The result source table.

CoClasses that implement INATraversalResultSource

CoClasses and Classes Description
NATraversalResultSource Traversal results for a particular source.

Remarks

The INATraversalResultSource interface is the main interface for the NATraversalResultSource

The NATraversalResult has 3 feature classes representing edges, junctions, and turns.  The SourceID field on these feature classes references an NATraversalResultSource object's ID property.  From a particular NATraversalResultSource, you can find its corresponding feature class in the NetworkDataset or NAContext by accessing either the Location or Name property on the INATraversalResultSource interface.

.NET Samples

Using the traversal result to select source features (Code Files: SelectFeaturesTool) |