This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.GetReturnCode Method (ArcObjects .NET 10.5 SDK) |
Gets the return code by index.
[Visual Basic .NET] Public Function GetReturnCode ( _ ByVal Index As Integer _ ) As Integer
[C#] public int GetReturnCode ( int Index );
[C++]
HRESULT GetReturnCode(
long Index,
long* code
);
[C++]
Parameters Index [in] Index is a parameter of type long code [out, retval] code is a parameter of type long