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


IEngineNAWindow.Message Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.Message Property
ArcGIS Developer Help

IEngineNAWindow.Message Property

Displays a message at the bottom of the window.

[Visual Basic .NET]
Public WriteOnly Property Message
[C#]
public void Message {set;}
[C++]
HRESULT put_Message(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

Description

The Message property changes the text at the bottom of the IEngineNetworkAnalystEnvironment::NAWindow.

See Also

IEngineNAWindow Interface