ArcObjects Library Reference (NetworkAnalyst)  

INAContextEvents.OnNAResultUpdated Event

Called when the network analysis result is updated.

[Visual Basic .NET]
Public Event OnNAResultUpdated As OnNAResultUpdatedEventHandler
[C#]
public event OnNAResultUpdatedEventHandler OnNAResultUpdated
[C++]
HRESULT OnNAResultUpdated(
  INAContext* NAContext
);
[C++]

Parameters

NAContext [in]

  NAContext is a parameter of type INAContext

Product Availability

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

Remarks

OnNAResultUpdated is raised in response to ResultChanged being called on INAContextEdit.  It signifies that something in the NATraversalResult has been modified.  For example, the solver performed network analysis and updated the results.

See Also

INAContextEvents Interface