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


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

IEngineNetworkAnalystEnvironment.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;}
[C++]
HRESULT get_ShowAnalysisMessagesAfterSolve(
  System.Int32* 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

Product Availability

Available with ArcGIS Engine.

Description

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.

Errors Returned

1005 800a03ed:The value of a parameter which is an enumerated constant is out of the range of required values

See Also

IEngineNetworkAnalystEnvironment Interface

.NET Samples

ArcGIS Network Analyst extension Engine application ArcGIS Network Analyst extension Engine application