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


IESRIScriptEngine.Run Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IESRIScriptEngine Interface > IESRIScriptEngine.Run Method
ArcGIS Developer Help

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,
  SAFEARRAY(System.String)** pParameters
);
[C++]
Parameters
procedureName [in]

procedureName is a parameter of type BSTR pParameters [in]
pParameters is a parameter of type SAFEARRAY(BSTR*)*

Product Availability

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

See Also

IESRIScriptEngine Interface