engiGetInstanceMetaInfo

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetInstanceMetaInfo")]
public static extern Int64 engiGetInstanceMetaInfo(int_t instance, out int_t localId, out IntPtr entityName, out IntPtr entityNameUC);    

Property instance

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

Property localId

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

Property entityName

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

Property entityNameUC

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