com.esri.arcgis.carto
Interface IStandaloneTableInfo
- All Superinterfaces: 
 - IMapTableInfo, Serializable
 
- All Known Implementing Classes: 
 - StandaloneTableInfo
 
public interface IStandaloneTableInfo
- extends IMapTableInfo, Serializable
 
Provides access to StandaloneTableInfo.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
 
getDescription
String getDescription()
                      throws IOException,
                             AutomationException
- The description of the Stand Alone table. This property is set in the General tab of the Properties dialog.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Returns:
 - The desc
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.