xxxxGetAttrType

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "xxxxGetAttrType")]
public static extern Int64 xxxxGetAttrType(int_t instance, int_t attribute, out IntPtr attributeType);    

Property instance

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

Property attribute

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

Property attributeType

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