xxxxGetAttrDefinitionByValue

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "xxxxGetAttrDefinitionByValue")]
public static extern Int32 xxxxGetAttrDefinitionByValue(int_t instance, out IntPtr value);    

Property instance

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

Property value

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