This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.Execute Method (ArcObjects .NET 10.5 SDK) |
Produces a Raster by executing a script.
[Visual Basic .NET]
Public Sub Execute ( _
)
[C#] public void Execute ( );
[C++]
HRESULT Execute(
void
);
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.