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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.