com.esri.arcgis.geodatabase
Interface IFIDSet2

All Superinterfaces:
IFIDSet, Serializable
All Known Implementing Classes:
FIDSet, RecordNumberSet

public interface IFIDSet2
extends IFIDSet, Serializable

Provides access to members that control the FID Set.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

getIDs

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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