|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAnalystFindConnected
Provides access to members that control the Find Connected trace analyst.
The Find Connected searches for the set of schematic elements connected to the node currently selected in the active schematic diagram and highlights these detected elements.
| Method Summary | |
|---|---|
int |
getFlowDirection()
Type of flow direction. |
String |
getUserDataNameOfForbiddenLinks()
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them. |
boolean |
isSelectLink()
Indicates if the graphic links that belong to the Find Connected trace result must be selected. |
boolean |
isSelectNode()
Indicates if the graphic nodes that belong to the Find Connected trace result must be selected. |
boolean |
isUseFlow()
Indicates if the flow must be used to find the connected elements. |
void |
setFlowDirection(int pVal)
Type of flow direction. |
void |
setSelectLink(boolean pVal)
Indicates if the graphic links that belong to the Find Connected trace result must be selected. |
void |
setSelectNode(boolean pVal)
Indicates if the graphic nodes that belong to the Find Connected trace result must be selected. |
void |
setUseFlow(boolean pVal)
Indicates if the flow must be used to find the connected elements. |
void |
setUserDataNameOfForbiddenLinks(String pVal)
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them. |
| Method Detail |
|---|
boolean isSelectNode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindConnected
void setSelectNode(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSelectLink()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindConnected
void setSelectLink(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUserDataNameOfForbiddenLinks()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgUserData
void setUserDataNameOfForbiddenLinks(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFlowDirection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlowDirection(int pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseFlow()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseFlow(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (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 | ||||||||