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.