Message 1 of 8
(API) node number
Not applicable
12-03-2019
10:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can not get the correct node number if the node numbering is not regular.
Dim RN As RobotNodeCollection
Dim inode As IRobotNode
Dim nodeid as integer
Set RN = robapp.Project.Structure.Nodes.GetAll
Set inode = RN.Get(11)
nodeid = inode.count
the nodeid is not correct if the node numbering is not regular. The 11th node is 15 in my model but in API it gives me 11.
