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


IGPMessage.IsInformational Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPMessage.IsInformational Method

Indicates if the message is informative.

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

Parameters IsInformational [out, retval] IsInformational is a parameter of type VARIANT_BOOL

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