This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INADirectionsWindow Interface > INADirectionsWindow.QueryPosition Method (ArcObjects .NET 10.4 SDK) |
Queries Directions Window position.
[Visual Basic .NET] Public Sub QueryPosition ( _ ByRef left As Integer, _ ByRef top As Integer, _ ByRef right As Integer, _ ByRef bottom As Integer _ )
[C#] public void QueryPosition ( ref int left, ref int top, ref int right, ref int bottom );
The QueryPosition method retuns the position of the NADirectionsWindow on the screen.