|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyErrorSelection
Provides access to members that control topology selection.
Method Summary | |
---|---|
int |
getRuleType(int index)
The topology rule type. |
int |
getRuleTypeCount()
The number of rule types in the topology. |
boolean |
isSelectable(int index)
Indicates if errors of a given rule type are selectable. |
boolean |
isSelectErrors()
Indicates if errors are selectable. |
boolean |
isSelectExceptions()
Indicates if exceptions are selectable. |
void |
setSelectable(int index,
boolean sel)
Indicates if errors of a given rule type are selectable. |
void |
setSelectErrors(boolean sel)
Indicates if errors are selectable. |
void |
setSelectExceptions(boolean sel)
Indicates if exceptions are selectable. |
Method Detail |
---|
int getRuleTypeCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRuleType(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectable(int index, boolean sel) throws IOException, AutomationException
index
- The index (in)sel
- The sel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectable(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectExceptions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectExceptions(boolean sel) throws IOException, AutomationException
sel
- The sel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectErrors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectErrors(boolean sel) throws IOException, AutomationException
sel
- The sel (in)
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 |