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