com.esri.arcgis.location
Interface IReferenceDataTable2
- All Superinterfaces:
- IReferenceDataTable, java.io.Serializable
- All Known Implementing Classes:
- IReferenceDataTable2Proxy, ReferenceDataTable
public interface IReferenceDataTable2
- extends IReferenceDataTable, java.io.Serializable
COM Interface 'IReferenceDataTable2'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to members for retrieving reference data table information.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
Method Summary |
IArray |
getFilterUIDs()
UID's of the filters to use to browse for the reference data table. |
IIDe4441b08_0977_462a_86d5_c18e53ddef32
static final int IIDe4441b08_0977_462a_86d5_c18e53ddef32
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getFilterUIDs
IArray getFilterUIDs()
throws java.io.IOException,
AutomationException
- UID's of the filters to use to browse for the reference data table.
- Returns:
- A reference to a com.esri.arcgis.system.IArray
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.