com.esri.arcgis.arcmapui
Interface IGNetExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GNetExtension, IGNetExtensionProxy

public interface IGNetExtension
extends java.io.Serializable

COM Interface 'IGNetExtension'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Geography Network Extension.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9cdbd931_2ade_4ded_938e_0e7e73588f4d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void showWindow(boolean show)
          Shows/hides the GNet dialog.
 

Field Detail

IID9cdbd931_2ade_4ded_938e_0e7e73588f4d

static final int IID9cdbd931_2ade_4ded_938e_0e7e73588f4d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

showWindow

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

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