ArcObjects Library Reference (GeoAnalyst)  

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

.NET Related Topics

Executing a map algebra expression