Node2Link |
Top Previous Next |
This method returns the ID of the links connected to a node.
Iterate through the links this way:
for index = 1 to Degree(node) print node2link(node,index) next
Syntax: Node2Link(node,linkindex: integer): integer
|