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


IRasterModel.Script Property (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.Script Property
ArcGIS Developer Help

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