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


INetworkIdentifyDialog.Show Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalystUI)  

INetworkIdentifyDialog.Show Method

Display the network identify dialog.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal visible As Boolean _
)
[C#]
public void Show (
    bool visible
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The Show method sets the visibility of the NetworkIdentifyDialog.

See Also

INetworkIdentifyDialog Interface