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


INetworkIdentifyDialog.SetPosition 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.SetPosition Method
ArcGIS Developer Help

INetworkIdentifyDialog.SetPosition Method

The network identify dialog position.

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

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The SetPosition method moves the NetworkIdentifyDialog to a new position on the screen.

See Also

INetworkIdentifyDialog Interface