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


IGpDispatch.GetSeverity Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.GetSeverity Method

Gets the return severity by index.

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

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

Product Availability

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

See Also

IGpDispatch Interface