ArcObjects Library Reference (SystemUI)  

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