ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultEdit.StartEditing Method

Starts editing the result..

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

Product Availability

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

Remarks

The method StartEditing puts the traversal result in a state to quickly add NATraversalResultElements to the underlying feature classes.

See Also

INATraversalResultEdit Interface