engiGetInstanceMetaInfo

...

Syntax

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

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

Property instance

Size: 32 bit / 4 byte (value)
...

Property localId

Size: 32 bit / 4 byte (reference)
...

Property entityName

Size: 32 bit / 4 byte (reference)
...

Property entityNameUC

Size: 32 bit / 4 byte (reference)
...