com.esri.arcgis.carto
Interface IStandaloneTableInfo
- All Superinterfaces:
- IMapTableInfo, java.io.Serializable
- All Known Implementing Classes:
- IStandaloneTableInfoProxy, StandaloneTableInfo
public interface IStandaloneTableInfo
- extends IMapTableInfo, java.io.Serializable
COM Interface 'IStandaloneTableInfo'. Generated 3/19/2015 1:20:53 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to StandaloneTableInfo.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
Method Summary |
java.lang.String |
getDescription()
The description of the Stand Alone table. |
IID1095230c_75d1_459c_bd67_5c2c3f3b01b7
static final int IID1095230c_75d1_459c_bd67_5c2c3f3b01b7
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getDescription
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
- The description of the Stand Alone table. This property is set in the General tab of the Properties dialog.
- Returns:
- The desc
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.