This document is archived and information here might be outdated. Recommended version. |
The types of messages that are displayed after solving.
[Visual Basic .NET]
Public Property ShowAnalysisMessagesAfterSolve As Integer
[C#]
public int ShowAnalysisMessagesAfterSolve {get; set;}
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.