ArcObjects Library Reference (NetworkAnalystUI)  

INAWindow.StartOperation Method

Starts an analysis window operation.

[Visual Basic .NET]
Public Sub StartOperation ( _
    ByVal pNAContext As INAContext _
)
[C#]
public void StartOperation (
    INAContext pNAContext
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

Use StartOperation to start an edit operation on items in an NAClass.  It should be followed with a call to StopOperation.  The combination of these two calls will add an edit operation to ArcMap that can be undone/redone using the undo/redo buttons in ArcMap.

See Also

INAWindow Interface