This document is archived and information here might be outdated.  Recommended version.


IEngineNAWindow.StartOperation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.StartOperation Method
ArcGIS Developer Help

IEngineNAWindow.StartOperation Method

Starts an analysis window operation.

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

pNAContext is a parameter of type INAContext*

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