This document is archived and information here might be outdated. Recommended version. |
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
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.