Returns a handle to the owlInstance refered by this instance
Syntax
public const string EngineDLL = @"engine.dll";[DllImport(EngineDLL, EntryPoint = "GetInstanceReferencesByIterator")]
public static extern Int64 GetInstanceReferencesByIterator(Int64 owlInstance, Int64 referencedOwlInstance);
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 referencedOwlInstance
Size: 64 bit / 8 byte (value)
The instance handle that is referenced from the instance as represented in owlInstance handle.