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


IRepairConnectivityProgressEvents.PutMessage Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRepairConnectivityProgressEvents.PutMessage Event

The message displayed on the progress window.

[Visual Basic .NET]
Public Event PutMessage As PutMessageEventHandler
[C#]
public event PutMessageEventHandler PutMessage
[C++]
HRESULT PutMessage(
  BSTR phaseMessage
);
[C++]

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

Product Availability

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

See Also

IRepairConnectivityProgressEvents Interface