|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgNodeOnLink
Provides access to members that control the graphic node-on-link.
A node on link is a node positioned on a link path route. Its location on the link is either absolute or relative. Nodes on links are completely dependent on the link they are related to. Selecting and moving a link automatically selects and moves its nodes on links. The destruction of the link causes the automatic destruction of its nodes on links. Links that connect nodes on links are sublinks. Like nodes, nodes on links exist only in run time; the common properties of a node on link are stored and defined by its related node-on-link type.
Defining nodes on links and sublinks for your links is often useful when you have to graphically display a line that is composed by several different parts. For example, in the electrical world, there are electrical lines that combine an overhead part and an underground part along their path route. In this case, it could be useful to graphically distinguish the overhead part from the underground one using sublinks and nodes on links.
INgElement,
INgNode,
ISchematicNodeOnLink,
INgSubLink| Method Summary | |
|---|---|
double |
getInitialPosition()
Initial position of the node-on-link related to its reference link. |
int |
getPositioningMode()
Positioning mode of the node-on-link. |
double |
getPositionOnLink()
Current position of the node-on-link related to its reference link. |
INgLink |
getReferenceLink()
The link the 'node-on-link' node-on-link is related to. |
void |
setInitialPosition(double pVal)
Initial position of the node-on-link related to its reference link. |
void |
setPositionOnLink(double pVal)
Current position of the node-on-link related to its reference link. |
| Method Detail |
|---|
INgLink getReferenceLink()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPositioningMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgNodeOnLink.getPositionOnLink()
double getPositionOnLink()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgNodeOnLink.getInitialPosition(),
INgNodeOnLink.getPositioningMode()
void setPositionOnLink(double pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getInitialPosition()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgNodeOnLink.getPositionOnLink()
void setInitialPosition(double 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 | ||||||||