|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributeTransferDefaultSettings
Provides access to members that control the behavior of the attribute transfer tools.
The properties on this interface can get or set the source layer names as used in the attribute transfer settings dialog. You can use this name to search for the layer in the toc.
Method Summary | |
---|---|
String |
getSourceName()
Name of the source attribute source. |
String |
getTargetName()
Name of the target attribute source. |
void |
setSourceName(String pName)
Name of the source attribute source. |
void |
setTargetName(String pName)
Name of the target attribute source. |
Method Detail |
---|
String getSourceName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTargetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetName(String pName) throws IOException, AutomationException
pName
- The pName (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 |