ArcObjects Library Reference (NetworkAnalystUI)  

INADirectionsWindow.PutPosition Method

Set Directions Window position.

[Visual Basic .NET]
Public Sub PutPosition ( _
    ByVal left As Integer, _
    ByVal top As Integer, _
    ByVal right As Integer, _
    ByVal bottom As Integer _
)
[C#]
public void PutPosition (
    int left,
    int top,
    int right,
    int bottom
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The PutPosition method moves the NADirectionsWindow to a new position in screen pixels on the screen.

See Also

INADirectionsWindow Interface