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


IGNetExtension.ShowWindow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IG > IGNetExtension Interface > IGNetExtension.ShowWindow Method
ArcGIS Developer Help

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