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


IGPMessage.IsInformational 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.IsInformational Method
ArcGIS Developer Help

IGPMessage.IsInformational Method

Indicates if the message is informative.

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

Product Availability

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

Remarks

The IsInformational method returns true if the message is of type esriGPMessageTypeInformative, esriGPMessageTypeProcessDefinition, esriGPMessageTypeProcessStart, and esriGPMessageTypeProcessStop.

See Also

IGPMessage Interface