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


IGPMessage.IsWarning Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessage Interface > IGPMessage.IsWarning Method
ArcGIS Developer Help

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(
void
);

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