com.esri.arcgis.catalogUI
Interface IGxObjectEnumerator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGxObjectEnumeratorProxy

public interface IGxObjectEnumerator
extends java.io.Serializable

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

Description: 'Provides access to methods that control the object enumerator.' 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 IID9c204f5e_59b2_475a_a52b_37b0f750f0f6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of GxObjects in the enumerator.
 IGxObject getCurrent()
          The current GxObject in the enumerator.
 int getCurrentPos()
          The current position of the GxObject in the enumerator.
 void setCurrentPos(int pIdx)
          The current position of the GxObject in the enumerator.
 

Field Detail

IID9c204f5e_59b2_475a_a52b_37b0f750f0f6

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

getCurrent

IGxObject getCurrent()
                     throws java.io.IOException,
                            AutomationException
The current GxObject in the enumerator.

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

getCurrentPos

int getCurrentPos()
                  throws java.io.IOException,
                         AutomationException
The current position of the GxObject in the enumerator.

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

setCurrentPos

void setCurrentPos(int pIdx)
                   throws java.io.IOException,
                          AutomationException
The current position of the GxObject in the enumerator.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of GxObjects in the enumerator.

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