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


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

INADirectionsWindow.Create Method

Creates a Directions Window.

[Visual Basic .NET]
Public Sub Create ( _
    ByVal application As AppRef _
)
[C#]
public void Create (
    AppRef application
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

See Also

INADirectionsWindow Interface