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


INAContextEdit.ResultChanged Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.ResultChanged Method

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
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAContextEdit Interface