This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultEdit Interface > INATraversalResultEdit.StopEditing Method (ArcObjects .NET 10.5 SDK) |
Stops editing the result.
[Visual Basic .NET]
Public Sub StopEditing ( _
)
[C#] public void StopEditing ( );
[C++]
HRESULT StopEditing(
void
);
The method StopEditing should be called when the solver is done adding NATraversalResultElements to the traversal result's underlying feature classes.