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


IGPUtilities.IsBadMessage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.IsBadMessage Method

Tests if a given message within an array of messages is bad.

[Visual Basic .NET]
Public Function IsBadMessage ( _
    ByVal pMessages As IGPMessages, _
    ByVal Index As Integer _
) As Boolean
[C#]
public bool IsBadMessage (
    IGPMessages pMessages,
    int Index
);
[C++]
HRESULT IsBadMessage(
  IGPMessages* pMessages,
  long Index,
  VARIANT_BOOL* pBadMsg
);
[C++]

Parameters pMessages [in]
pMessages is a parameter of type IGPMessages Index [in] Index is a parameter of type long pBadMsg [out, retval] pBadMsg is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPUtilities Interface