This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.ResultChanged Method (ArcObjects .NET 10.4 SDK) |
Message all of the network analysis agents that the analysis results have changed.
[Visual Basic .NET]
Public Sub ResultChanged ( _
)
[C#] public void ResultChanged ( );
[C++]
HRESULT ResultChanged(
void
);
ResultChanged should be called if a custom solver has performed a network analysis, has updated the NATraversalResult, and wants to fire the event OnNAResultUpdated on the INAContextEvents interface.