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


IRasterStatus2.FireMessage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatus2.FireMessage Method

Broadcasts the message of the operation.

[Visual Basic .NET]
Public Sub FireMessage ( _
    ByVal Message As String _
)
[C#]
public void FireMessage (
    string Message
);
[C++]
HRESULT FireMessage(
  BSTR Message
);
[C++]

Parameters Message [in] Message is a parameter of type BSTR

Product Availability

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

See Also

IRasterStatus2 Interface