com.esri.arcgis.editor
Interface IAttributeTransferDefaultSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
IAttributeTransferDefaultSettingsProxy

public interface IAttributeTransferDefaultSettings
extends Serializable

Provides access to members that control the behavior of the attribute transfer tools.

Remarks

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.

Product Availability

Available with ArcGIS Desktop.


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

getSourceName

String getSourceName()
                     throws IOException,
                            AutomationException
Name of the source attribute source.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The pName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceName

void setSourceName(String pName)
                   throws IOException,
                          AutomationException
Name of the source attribute source.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pName - The pName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetName

String getTargetName()
                     throws IOException,
                            AutomationException
Name of the target attribute source.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The pName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetName

void setTargetName(String pName)
                   throws IOException,
                          AutomationException
Name of the target attribute source.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pName - The pName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.