com.esri.arcgis.catalogUI
Interface IEnumGxView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumGxView, IEnumGxViewProxy

public interface IEnumGxView
extends java.io.Serializable

COM Interface 'IEnumGxView'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the EnumGxView.' 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 IIDd342626c_f9da_11d3_a68d_0008c7d3ae8d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGxView next()
          The next GxView.
 void reset()
          Resets the enumerator.
 

Field Detail

IIDd342626c_f9da_11d3_a68d_0008c7d3ae8d

static final int IIDd342626c_f9da_11d3_a68d_0008c7d3ae8d
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

next

IGxView next()
             throws java.io.IOException,
                    AutomationException
The next GxView.

Returns:
A reference to a com.esri.arcgis.catalogUI.IGxView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.