GetInstanceInverseReferencesByIterator

Returns a handle to the owlInstances refering this instance

Syntax

//
//   Strong typing definition
//
OwlInstance     GetInstanceInverseReferencesByIterator(
                        OwlInstance             owlInstance,
                        OwlInstance             referencingOwlInstance
                    );


//
//   Weak typing definition
//
int64_t __declspec(dllexport) __stdcall GetInstanceInverseReferencesByIterator(
                                                int64_t                 owlInstance,
                                                int64_t                 referencingOwlInstance
                                            );
    

Property owlInstance

Size: 64 bit / 8 byte (value)
The handle to the specific instance in the design tree. The instance handle is static within one open model but is most probably different when the same instance is opened in another model. The instance is always exactly of one unique class.

Property referencingOwlInstance

Size: 64 bit / 8 byte (value)
The instance handle that is refering towards the instance as represented in owlInstance handle.