Show or hide the network loader window.
[Visual Basic .NET]
Public Sub Show ( _
ByVal Show As Boolean, _
ByVal parentHWnd As Integer _
)
[C#]
public void Show (
bool Show,
int parentHWnd
);
Product Availability
Available with ArcGIS Desktop.
See Also
IGNIncrementalLoaderUI Interface