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


INetworkAnalystExtension.ShowAnalysisMessagesAfterSolve Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INetworkAnalystExtension Interface > INetworkAnalystExtension.ShowAnalysisMessagesAfterSolve Property
ArcGIS Developer Help

INetworkAnalystExtension.ShowAnalysisMessagesAfterSolve Property

The types of messages that are displayed after solving.

[Visual Basic .NET]
Public Property ShowAnalysisMessagesAfterSolve As Integer
[C#]
public int ShowAnalysisMessagesAfterSolve {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

This value corresponds to the types of messages you want to see in the ArcMap UI when a solve completes.

The esriNAMessageType enumeration values can be combined together in various combinations and passed to INetworkAnalystExtension::ShowAnalysisMessagesAfterSolve.  For example, esriNAMessageTypeNone (0) means you do not want to see any messages after solve.  esriNAMessageTypeError + esriNAMessageTypeWarning (6) means you just want to see errors and warnings.

See Also

INetworkAnalystExtension Interface