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.


Method Summary
 String getDescription()
          The description of the Stand Alone table.
 
Methods inherited from interface com.esri.arcgis.carto.IMapTableInfo
getDisplayField, getFields, getHTMLPopupType, getID, getName, getOIDFieldName, getRelateInfos, isHasAttachments, isHasSubtype
 

Method Detail

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.