Counting Outbound Links

I am selecting all the outbound routes from a node. Is there a better way to do it other than iterating over all the links and seeing if the from port equals the same port as I am working with?

Yes, I think that is needed. Remember that the “to port” might be the same as the “from port”, if your application allows that.

OK, thanks. No we don’t let them do that.