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.