com.esri.arcgis.geodatabase
Interface IFIDSet2

All Superinterfaces:
IFIDSet, java.io.Serializable
All Known Implementing Classes:
FIDSet, IFIDSet2Proxy, RecordNumberSet

public interface IFIDSet2
extends IFIDSet, java.io.Serializable

COM Interface 'IFIDSet2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control the FID Set.' 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 IID6ebaadc0_7541_46a4_82d7_4842ec9b1e55
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFIDSet
IIDd79bdaf1_caa8_11d2_b2be_0000f878229e
 
Method Summary
 IEnumIDs getIDs()
          Enumerates the object ids in the FID set.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFIDSet
add, count, delete, find, next, reset, setEmpty
 

Field Detail

IID6ebaadc0_7541_46a4_82d7_4842ec9b1e55

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

getIDs

IEnumIDs getIDs()
                throws java.io.IOException,
                       AutomationException
Enumerates the object ids in the FID set.

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