This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystEnvironment Interface > IEngineNetworkAnalystEnvironment.ShowAnalysisMessagesAfterSolve Property (ArcObjects .NET 10.5 SDK) |
The types of messages that are displayed after solving.
[Visual Basic .NET] Public Property ShowAnalysisMessagesAfterSolve As Integer
[C#] public int ShowAnalysisMessagesAfterSolve {get; set;}
[C++]
HRESULT get_ShowAnalysisMessagesAfterSolve(
long* messageTypes
);
[C++]
HRESULT put_ShowAnalysisMessagesAfterSolve(
long messageTypes
);
[C++]
Parameters messageTypes [out, retval] messageTypes is a parameter of type long messageTypes [in] messageTypes is a parameter of type long
The type of messages displayed when a solve completes.
For example, esriEngineNAMessageTypeNone (0) means you do not want to see any messages after solve and esriEngineNAMessageTypeError + esriEngineNAMessageTypeWarning (6) means you just want to see errors and warnings.
1005 800a03ed:The value of a parameter which is an enumerated constant is out of the range of required values