Specifies the node to which the edge is going. The FromNode property specifies the node from which this edge is starting from.
Note |
---|
In an undirected graph, the FromNode and ToNode nodes are equivalent. |
The FromNode and ToNode properties are set in the constructor.
Namespace: GGraph
Delphi |
published |
Property Value
Type: TGGraphNode
The following code prints out the edge:
|