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