com.esri.arcgis.location
Interface IReferenceDataTableEdit

All Superinterfaces:
IReferenceDataTable, java.io.Serializable
All Known Implementing Classes:
IReferenceDataTableEditProxy, ReferenceDataTable

public interface IReferenceDataTableEdit
extends IReferenceDataTable, java.io.Serializable

Provides access to members for modifying reference data table information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

When To Use

Use the IReferenceDataTableEdit interface to specify the data source that the ReferenceDataTable object describes.


Method Summary
 void setNameByRef(ITableName rhs1)
          Name of the reference data table.
 
Methods inherited from interface com.esri.arcgis.location.IReferenceDataTable
getDisplayName, getFields, getFilters, getGeocodingIndexes, getName
 

Method Detail

setNameByRef

public void setNameByRef(ITableName rhs1)
                  throws java.io.IOException,
                         AutomationException
Name of the reference data table.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.ITableName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.