|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemPathsOptions
Provides access to members that control item paths options.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setBrokenPathsOnly(boolean pbBrokenOnly) throws IOException, AutomationException
pbBrokenOnly
- The pbBrokenOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBrokenPathsOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFoldersOnly(boolean pbFoldersOnly) throws IOException, AutomationException
pbFoldersOnly
- The pbFoldersOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFoldersOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |