com.esri.arcgis.location
Interface IReferenceDataTableEdit

All Superinterfaces:
IReferenceDataTable, Serializable
All Known Implementing Classes:
IReferenceDataTableEditProxy, ReferenceDataTable

public interface IReferenceDataTableEdit
extends IReferenceDataTable, Serializable

Provides access to members for modifying reference data table information.

When To Use

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

Product Availability

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

See Also:
ReferenceDataIndex, IReferenceDataFieldEdit, ReferenceDataFieldsEnumerator, ReferenceDataTableEnumerator, IReferenceDataField, IReferenceDataTableEdit, ESRIFDOAddressLocator, IReferenceDataFile.getPathName(), StreetMapAddressLocator, IEnumReferenceDataField, IReferenceDataFile, IReferenceDataTable, IReferenceDataTables, IReferenceDataTables.getTables(), ReferenceDataField, IReferenceDataFile.getFilters(), IEnumReferenceDataTable, ReferenceDataTable, IAddressGeocoding.validate(), ReferenceDataIndexEnumerator, IEnumReferenceDataIndex

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

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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