com.esri.arcgis.arcmapui
Interface IGNetExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
GNetExtension

public interface IGNetExtension
extends Serializable

Provides access to members that control the Geography Network Extension.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void showWindow(boolean show)
          Shows/hides the GNet dialog.
 

Method Detail

showWindow

void showWindow(boolean show)
                throws IOException,
                       AutomationException
Shows/hides the GNet dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
show - The show (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.