ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultEdit.StopEditing Method

Stops editing the result.

[Visual Basic .NET]
Public Sub StopEditing ( _
)
[C#]
public void StopEditing (
);
[C++]
HRESULT StopEditing(
void
);

Product Availability

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

Remarks

The method StopEditing should be called when the solver is done adding NATraversalResultElements to the traversal result's underlying feature classes.

See Also

INATraversalResultEdit Interface