Hi Team,
Can we check how many links have been drawn from a particular node.
Please let me know.
Hi Team,
Can we check how many links have been drawn from a particular node.
Please let me know.
The Navigation sample demonstrates various methods defined on the Node class.
It sounds like you want node.findLinksConnected().count.
I am only looking for fromLinks not toLinks for a particular node. The above function gives both count.
Please suggest.
Hi Walter,
I got the desired method. Actually it was
Node.findLinksOutOf().count;
Thanks.
Look at the methods on the Node class and you will find one that suits your needs.