|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableProperties
Provides access to members that control Table properties, for Layers and Tables in ArcMap.
Method Summary | |
---|---|
void |
add(ITableProperty pTableProperty)
Add a table property. |
IEnumTableProperties |
getIEnumTableProperties()
Table Property Enum. |
void |
remove(ITableProperty pTableProperty)
Remove a table property. |
void |
removeAll()
Remove all table properties. |
Method Detail |
---|
IEnumTableProperties getIEnumTableProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ITableProperty pTableProperty) throws IOException, AutomationException
pTableProperty
- A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(ITableProperty pTableProperty) throws IOException, AutomationException
pTableProperty
- A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |