ArcObjects Library Reference (GeoAnalyst)  

IRasterModel.Script Property

The model script.

[Visual Basic .NET]
Public WriteOnly Property Script
[C#]
public void Script {set;}
[C++]
HRESULT put_Script(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

Remarks

A string specifying the expression to be executed.  The script string needs to contain the references to the input data [for the process(es) to be run] that were defined using the "Bind..." methods.  The syntax of the expression needs to be a valid Map Algebra expression.

See Also

IRasterModel Interface

.NET Related Topics

Executing a map algebra expression