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


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

IRasterModel.Execute Method

Produces a Raster by executing a script.

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

Product Availability

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

Remarks

This method creates an object by executing the string expression created using the IRasterModel:Script property.  The script defines the map algebra expression to run a process, or processes, using input data that are defined by the "Bind" methods.

See Also

IRasterModel Interface