com.esri.arcgis.location
Interface IReferenceDataTable2
- All Superinterfaces:
- IReferenceDataTable, Serializable
- All Known Implementing Classes:
- IReferenceDataTable2Proxy, ReferenceDataTable
public interface IReferenceDataTable2
- extends IReferenceDataTable, Serializable
Provides access to members for retrieving reference data table information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
IArray |
getFilterUIDs()
UID's of the filters to use to browse for the reference data table. |
getFilterUIDs
IArray getFilterUIDs()
throws IOException,
AutomationException
- UID's of the filters to use to browse for the reference data table.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- A reference to a com.esri.arcgis.system.IArray
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.