|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAnalystFindPath
Provides access to members that control the Find Path trace analyst.
The Find Path searches for the shortest path route between two selected nodes in the active schematic diagram and highlights this path route.
ISchematicAnalystFindConnected| Method Summary | |
|---|---|
String |
getUserDataNameForLinkWeight()
Name of the userdata that defines the links weight. |
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 Path trace result must be selected. |
boolean |
isSelectNode()
Indicates if the graphic nodes that belong to the Find Path trace result must be selected. |
void |
setSelectLink(boolean pVal)
Indicates if the graphic links that belong to the Find Path trace result must be selected. |
void |
setSelectNode(boolean pVal)
Indicates if the graphic nodes that belong to the Find Path trace result must be selected. |
void |
setUserDataNameForLinkWeight(String pVal)
Name of the userdata that defines the links weight. |
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.ISchematicAlgoFindPath
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.ISchematicAlgoFindPath
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.com.esri.arcgis.schematic.ISchematicAlgoFindPath,
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.
String getUserDataNameForLinkWeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindPath,
INgUserData
void setUserDataNameForLinkWeight(String 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 | ||||||||