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
Description | ||
---|---|---|
CreateEdge | Make a new edge in the result. | |
CreateJunction | Make a new junction in the result. | |
CreateSimpleTurn | Make a new two edge turn in the result. | |
InferGeometry | Constructs the geometry for the result. | |
StartEditing | Starts editing the result.. | |
StopEditing | Stops editing the result. | |
WriteEdgeBuffer | Make a new edge in the result from the feature buffer. | |
WriteJunctionBuffer | Make a new junction in the result from the feature buffer. | |
WriteSimpleTurnBuffer | Make a new two part turn in the result from the feature buffer. |
CoClasses that implement INATraversalResultEdit
CoClasses and Classes | Description |
---|---|
NATraversalResult | Contains the result of a network analysis. |
Remarks
INATraversalResultEdit has been superseded by INATraversalResultEdit2.