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


INADirectionsWindowSetup.OnContextUpdate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalystUI)  

INADirectionsWindowSetup.OnContextUpdate Method

Message handler, called when NA context updated.

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

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

See Also

INADirectionsWindowSetup Interface