Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Community,
my question is: How can I count treenodes by code? I want to count the connections in, out and center by code and save them into an integer.
int conin; int conout; int concenter; conin = ??; //Number of Connections in. conout = ??; //Number of Connections out. concenter = ??; //Number of Connections center.
Does anyone know how to do this?
Regards, Robin
Solved! Go to Solution.
