com.esri.arcgis.carto
Interface IRasterIdentifyObj2
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IRasterIdentifyObj2Proxy, RasterIdentifyObj, SimpleRasterIdentifyObj
public interface IRasterIdentifyObj2
- extends Serializable
Provides access to members that identify an object in the raster layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
getPropAndValues(int index,
String[] property,
String[] value)
Gets the next pair of property and value of the Identify Object. |
getPropAndValues
void getPropAndValues(int index,
String[] property,
String[] value)
throws IOException,
AutomationException
- Gets the next pair of property and value of the Identify Object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
index
- The index (in)property
- The property (out: use single element array)value
- The value (out: use single element array)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.