ArcObjects Library Reference  (Location)    

IReferenceDataTableEdit Interface

Provides access to members for modifying reference data table information.

Product Availability

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

When To Use

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

Members

Description
Read-only property DisplayName Name for the reference data table to display in the user interface.
Read-only property Fields Reference data fields in the reference data table.
Read-only property Filters Filters to use to browse for the reference data table.
Read-only property GeocodingIndexes Geocoding indexes on the reference data table.
Read-only property Name Name of the reference data table.
Write-only property Name Name of the reference data table.

Inherited Interfaces

Interfaces Description
IReferenceDataTable Provides access to members for retrieving reference data table information.

CoClasses that implement IReferenceDataTableEdit

CoClasses and Classes Description
ReferenceDataTable A reference data table definition for a locator.

See Also

IReferenceDataTable Interface | IReferenceDataFile.Filters Property | ReferenceDataFieldsEnumerator Class | ReferenceDataIndex Class | IEnumReferenceDataTable Interface | IEnumReferenceDataField Interface | ReferenceDataField Class | IReferenceDataFile.PathName Property | IReferenceDataTables.Tables Property | IEnumReferenceDataIndex Interface | ESRIFDOAddressLocator Class | IReferenceDataTableEdit Interface | ReferenceDataIndexEnumerator Class | IReferenceDataFile Interface | ReferenceDataTableEnumerator Class | IReferenceDataTables.HasEnoughInfo Property | IAddressGeocoding.Validate Method | IReferenceDataField Interface | IReferenceDataTables Interface | StreetMapAddressLocator Class | ReferenceDataTable Class | IReferenceDataFieldEdit Interface

Example

CreateSDELocator_Example