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


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

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