com.esri.arcgis.carto
Interface IMapServerRow2
- All Superinterfaces:
- IMapServerRow, java.io.Serializable
- All Known Implementing Classes:
- IMapServerRow2Proxy, MapServerRow
public interface IMapServerRow2
- extends IMapServerRow, java.io.Serializable
COM Interface 'IMapServerRow2'. Generated 3/19/2015 1:20:53 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the Map Server Row Interface.'
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 |
int |
getFeatureId()
The Feature ID of the identified object. |
IID5f96145f_57ec_4b5f_bd4a_504c6385aded
static final int IID5f96145f_57ec_4b5f_bd4a_504c6385aded
- 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
getFeatureId
int getFeatureId()
throws java.io.IOException,
AutomationException
- The Feature ID of the identified object.
- Returns:
- The featureId
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.