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


IESRIScriptEngine.Run Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IESRIScriptEngine.Run Method

The Run method.

[Visual Basic .NET]
Public Function Run ( _
    ByVal procedureName As String, _
    ByRef pParameters As IntPtr[]& _
) As Object
[C#]
public object Run (
    string procedureName,
    ref IntPtr[]& pParameters
);
[C++]
HRESULT Run(
  BSTR procedureName,
  pParameters* pParameters,
  VARIANT* pResult
);
[C++]

Parameters procedureName [in] procedureName is a parameter of type BSTR pParameters [in] pParameters is a parameter of type pResult [out, retval] pResult is a parameter of type VARIANT

Product Availability

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

See Also

IESRIScriptEngine Interface