ArcObjects Library Reference (Controls)  

IEngineNAWindow.StopOperation Method

Stops an analysis window operation.

ERROR: Syntax information about IEngineNAWindow.StopOperation may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT StopOperation(
  INAContext* pNAContext,
  BSTR Message
);
[C++]

Parameters

pNAContext [in]

  pNAContext is a parameter of type INAContext

Message [in]   Message is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

Description

Use StartOperation to start an edit operation on items in a NAClass. It should be followed with a call to StopOperation. 

See Also

IEngineNAWindow Interface

.NET Related Topics

How to set up a Network Analyst solve to work with the undo/redo stack