ArcObjects Library Reference (Controls)  

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

.NET Related Topics

How to set up an ArcGIS Network Analyst extension solve to work with the undo/redo stack