com.esri.arcgis.carto
Interface IFindObject

All Superinterfaces:
IFindObj, Serializable
All Known Implementing Classes:
FeatureFindData, GlobeServerFindObject

public interface IFindObject
extends IFindObj, Serializable

Provides access to members that are used to feature find objects.

Product Availability

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


Method Summary
 int getFID()
          FID.
 void setFID(int fID)
          FID.
 
Methods inherited from interface com.esri.arcgis.carto.IFindObj
getFieldName, getLayerName, getValue, setFieldName, setLayerName, setValue
 

Method Detail

setFID

void setFID(int fID)
            throws IOException,
                   AutomationException
FID.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getFID

int getFID()
           throws IOException,
                  AutomationException
FID.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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