com.esri.arcgis.geodatabase
Interface ITableSort2
- All Superinterfaces:
- ITableSort, java.io.Serializable
- All Known Implementing Classes:
- ITableSort2Proxy, TableSort
public interface ITableSort2
- extends ITableSort, java.io.Serializable
COM Interface 'ITableSort2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return and modify information to sort a table.'
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 =
Methods inherited from interface com.esri.arcgis.geodatabase.ITableSort |
getIDByIndex, getIDs, getQueryFilter, getRows, getSelectionSet, getTable, setAscending, setCaseSensitive, setCompareByRef, setCursorByRef, setFields, setQueryFilterByRef, setSelectionSetByRef, setSortCharacters, setTableByRef, sort |
IID56e3ea76_9373_40f8_9868_6aad5bb1c2b3
static final int IID56e3ea76_9373_40f8_9868_6aad5bb1c2b3
- 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
setSortByCodedValueDescription
void setSortByCodedValueDescription(java.lang.String field,
boolean rhs2)
throws java.io.IOException,
AutomationException
- Field sort order by coded value description.
- Parameters:
field
- The field (in)rhs2
- The rhs2 (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.