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


IRasterCommand2.Execute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCommand2 Interface > IRasterCommand2.Execute Method
ArcGIS Developer Help

IRasterCommand2.Execute Method

Executes a raster command.

[Visual Basic .NET]
Public Function Execute ( _
) As Object
[C#]
public object Execute (
);
[C++]
HRESULT Execute(
void
);

Product Availability

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

See Also

IRasterCommand2 Interface