owlBuildInstanceInContext

...

Syntax

public const string ifcenginedll = @"ifcengine.dll";

[DllImport(IFCEngineDLL, EntryPoint = "owlBuildInstanceInContext")]
public static extern void owlBuildInstanceInContext(Int64 instanceBase, Int64 instanceContext, out Int64 owlInstance);    

Property instanceBase

Size: 64 bit / 8 byte (value)
???.

Property instanceContext

Size: 64 bit / 8 byte (value)
???.

Property owlInstance

Size: 64 bit / 8 byte (reference)
...