public interface IFolderSort
extends java.io.Serializable
Description: 'Provides access to members that control a folder content sorter.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc4872b0f_1bfe_4d8c_905a_0e77eb600de7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
sort(IStringArray pFolderContents)
Reorders the content of a folder.
|
static final int IIDc4872b0f_1bfe_4d8c_905a_0e77eb600de7
static final int xxDummy
static final java.lang.String IID
void sort(IStringArray pFolderContents) throws java.io.IOException, AutomationException
pFolderContents
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.