com.esri.arcgis.carto
Interface IFeatureIdentifyObj

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureIdentifyObject, IFeatureIdentifyObjProxy, SimpleIdentifyObject

public interface IFeatureIdentifyObj
extends java.io.Serializable

COM Interface 'IFeatureIdentifyObj'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to a member that sets the feature used by the identify object.' 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 IID4e08d830_d361_11d2_8cd0_00c04f5b951e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setFeature(IFeature rhs1)
          The feature to be identified.
 

Field Detail

IID4e08d830_d361_11d2_8cd0_00c04f5b951e

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

setFeature

void setFeature(IFeature rhs1)
                throws java.io.IOException,
                       AutomationException
The feature to be identified.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.