This document is archived and information here might be outdated. Recommended version. |
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.