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


IOperation.Do Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperation Interface > IOperation.Do Method
ArcGIS Developer Help

IOperation.Do Method

Performs the operation.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The Do method performs the specified operation.

See Also

IOperation Interface