You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question. If we can't find the ParentNodeId from ((const NL_InstanceNode*)node)->parentNodeId; and we need to find it by reference, we try to find it by the first inverse reference (code number 1). But the references are sorted before it or not?
The text was updated successfully, but these errors were encountered:
Hi again))
There is some code in import.c
Code num 1.
And this code (num 2):
I have a question. If we can't find the ParentNodeId from
((const NL_InstanceNode*)node)->parentNodeId;
and we need to find it by reference, we try to find it by the first inverse reference (code number 1). But the references are sorted before it or not?The text was updated successfully, but these errors were encountered: