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


INADirectionsWindowSetup.ShowDirections Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INADirectionsWindowSetup Interface > INADirectionsWindowSetup.ShowDirections Method
ArcGIS Developer Help

INADirectionsWindowSetup.ShowDirections Method

Shows Directions in the Window.

[Visual Basic .NET]
Public Sub ShowDirections ( _
    ByVal context As INALayer, _
    ByVal routeSet As ISet _
)
[C#]
public void ShowDirections (
    INALayer context,
    ISet routeSet
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

See Also

INADirectionsWindowSetup Interface