ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.GetSeverity Method

Return the message severity by index of the last tool executed.

[Visual Basic .NET]
Public Function GetSeverity ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int GetSeverity (
    int Index
);
[C++]
HRESULT GetSeverity(
  long Index,
  long* pSeverity
);
[C++]

Parameters

Index [in]   Index is a parameter of type long pSeverity [out, retval]   pSeverity is a parameter of type long

Product Availability

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

See Also

IGeoProcessor2 Interface