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


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

INATraversalResultEdit2 Interface

Provides access to the editable properties of a traversal result.

Product Availability

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

Members

Name Description
Method CreateEdge Make a new edge in the result.
Method CreateEdgeEx Make a new edge in the result.
Method CreateJunction Make a new junction in the result.
Method CreateJunctionEx Make a new junction in the result.
Method CreateSimpleTurn Make a new two edge turn in the result.
Method CreateSimpleTurnEx Make a new two edge turn in the result.
Method InferGeometry Constructs the geometry for the result.
Method StartEditing Starts editing the result..
Method StopEditing Stops editing the result.
Method WriteEdgeBuffer Make a new edge in the result from the feature buffer.
Method WriteEdgeBufferEx Make a new edge in the result from the feature buffer.
Method WriteJunctionBuffer Make a new junction in the result from the feature buffer.
Method WriteJunctionBufferEx Make a new junction in the result from the feature buffer.
Method WriteSimpleTurnBuffer Make a new two part turn in the result from the feature buffer.
Method WriteSimpleTurnBufferEx Make a new two part turn in the result from the feature buffer.

Inherited Interfaces

Interfaces Description
INATraversalResultEdit Provides access to the editable properties of a traversal result.

Classes that implement INATraversalResultEdit2

Classes Description
NATraversalResult Contains the result of a network analysis.

Remarks

The INATraversalResultEdit2 interface provides methods to update the NATraversalResult object.