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


INADirectionsWindowSetup.OnResultUpdate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalystUI)  

INADirectionsWindowSetup.OnResultUpdate Method

Message handler, called when NA result updated.

[Visual Basic .NET]
Public Sub OnResultUpdate ( _
    ByVal Layer As INALayer, _
    ByVal autoShow As Boolean _
)
[C#]
public void OnResultUpdate (
    INALayer Layer,
    bool autoShow
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

See Also

INADirectionsWindowSetup Interface