com.esri.arcgis.catalog
Interface IGxAGSImage2
- All Superinterfaces:
- IGxAGSImage, Serializable
- All Known Implementing Classes:
- GxAGSImage
public interface IGxAGSImage2
- extends IGxAGSImage, Serializable
Provides access to members of GxObject that represents a ArcGIS Image Server Service object.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
ITable |
getTable()
The attribute table of the Image Service. |
getTable
ITable getTable()
throws IOException,
AutomationException
- The attribute table of the Image Service.
Product Availability
Available with ArcGIS Desktop.
- Returns:
- A reference to a com.esri.arcgis.geodatabase.ITable
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.