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
COM Interface 'IReferenceDataTableEdit'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to members for modifying 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 =
IIDba6a5d87_10c7_11d4_9f7c_00c04f8ed1c4
static final int IIDba6a5d87_10c7_11d4_9f7c_00c04f8ed1c4
- 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
setNameByRef
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.