com.esri.arcgis.editor
Interface IAttributeTransferType

All Superinterfaces:
Serializable
All Known Implementing Classes:
Editor, IAttributeTransferTypeProxy

public interface IAttributeTransferType
extends Serializable

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

Remarks

This interface allows for the addition of extra Spatial Adjustment attribute transfer types. These extra types must implement IAttributeTransfer and be registered in the 'ESRI Adjustment Attribute Transfer Methods' component class.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IAttributeTransfer getAttributeTransfer()
          The current attribute type.
 void setAttributeTransferType(String rhs1)
          The current attribute type.
 

Method Detail

getAttributeTransfer

IAttributeTransfer getAttributeTransfer()
                                        throws IOException,
                                               AutomationException
The current attribute type.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.editor.IAttributeTransfer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttributeTransferType

void setAttributeTransferType(String rhs1)
                              throws IOException,
                                     AutomationException
The current attribute type.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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