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?
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?