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


IGNetExtension.ShowWindow Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IGNetExtension.ShowWindow Method

Shows/hides the GNet dialog.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGNetExtension Interface