|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapTableSourceDescription
Provides access to the available properties of a Map Table Source Description object.
Method Summary | |
---|---|
int |
getMapTableID()
The table ID. |
String |
getVersionName()
Version name. |
void |
setMapTableID(int mapTableID)
The table ID. |
void |
setVersionName(String pVersionName)
Version name. |
Method Detail |
---|
int getMapTableID() throws IOException, AutomationException
use IMapTableInfo::ID to get id for an existing layer/table.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapTableID(int mapTableID) throws IOException, AutomationException
mapTableID
- The mapTableID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVersionName() throws IOException, AutomationException
Note: if the layert/table has joins and all participating layers/tables are from the same workspace then setting this value changs version of all them.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersionName(String pVersionName) throws IOException, AutomationException
pVersionName
- The pVersionName (in)
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 |