ArcObjects Library Reference (GeoDatabase)  

IGPMessage.IsWarning Method

Indicates if the message is a warning.

[Visual Basic .NET]
Public Function IsWarning ( _
) As Boolean
[C#]
public bool IsWarning (
);
[C++]
HRESULT IsWarning(
  VARIANT_BOOL* IsWarning
);
[C++]

Parameters

IsWarning [out, retval]   IsWarning is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

The IsWarning method returns true if the message is of type esriGPMessageTypeWarning.

See Also

IGPMessage Interface