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


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

INetworkIdentifyDialog.GetPosition Method

The network identify dialog position.

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

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The GetPosition method retuns the position of the NetworkIdentifyDialog on the screen.

See Also

INetworkIdentifyDialog Interface