public interface IItemPathsOptions
extends java.io.Serializable
Description: 'Provides access to members that control item paths options.' 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 |
IID03ab09fc_cc80_4f8b_b09c_e0ac241e5912 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isBrokenPathsOnly()
Indicates whether only broken paths are returned.
|
boolean |
isFoldersOnly()
Indicates whether only folder paths are returned.
|
void |
setBrokenPathsOnly(boolean pbBrokenOnly)
Indicates whether only broken paths are returned.
|
void |
setFoldersOnly(boolean pbFoldersOnly)
Indicates whether only folder paths are returned.
|
static final int IID03ab09fc_cc80_4f8b_b09c_e0ac241e5912
static final int xxDummy
static final java.lang.String IID
void setBrokenPathsOnly(boolean pbBrokenOnly) throws java.io.IOException, AutomationException
pbBrokenOnly
- The pbBrokenOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBrokenPathsOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFoldersOnly(boolean pbFoldersOnly) throws java.io.IOException, AutomationException
pbFoldersOnly
- The pbFoldersOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFoldersOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.