ArcObjects Library Reference (Controls)  

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(
  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

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