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 =
Method Summary |
IEnumIDs |
getIDs()
Enumerates the object ids in the FID set. |
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
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.