xxxxGetAttrNameByIndex

...

Syntax

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

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

Property instance

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

Property index

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

Property name

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