|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyErrorSelection
COM Interface 'ITopologyErrorSelection'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control topology selection.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID82e0d83a_8bc3_4eee_9cc9_95775ab39ba9
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID82e0d83a_8bc3_4eee_9cc9_95775ab39ba9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getRuleTypeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRuleType(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectable(int index, boolean sel) throws java.io.IOException, AutomationException
index
- The index (in)sel
- The sel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectable(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectExceptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectExceptions(boolean sel) throws java.io.IOException, AutomationException
sel
- The sel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectErrors() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectErrors(boolean sel) throws java.io.IOException, AutomationException
sel
- The sel (in)
java.io.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 |