xxxxGetAttrNameByIndex

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "xxxxGetAttrNameByIndex")]
public static extern void xxxxGetAttrNameByIndex(Int32 instance, Int32 index, out IntPtr name);    

Property instance

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

Property index

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

Property name

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