com.esri.arcgis.arcweb
Interface IArcWebRow
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ArcWebRow, IArcWebRowProxy
public interface IArcWebRow
- extends Serializable
Provides access to members that contain the row data of an ArcWebTable.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
Object |
getValue(int index)
Retrieves the value of an element in the row. |
getValue
Object getValue(int index)
throws IOException,
AutomationException
- Retrieves the value of an element in the row.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
index - The index (in)
- Returns:
- A Variant
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.