This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.StopOperation Method (ArcObjects .NET 10.4 SDK) |
Stops an analysis window operation.
[Visual Basic .NET] Public Sub StopOperation ( _ ByVal pNAContext As INAContext, _ ByVal Message As String _ )
[C#] public void StopOperation ( INAContext pNAContext, string Message );
[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
Use StartOperation to start an edit operation on items in a NAClass. It should be followed with a call to StopOperation.