xxxxGetAttrTypeBN

This call is deprecated, please use calls engiGetAttrTypeBN(..) instead.

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "xxxxGetAttrTypeBN")]
public static extern Int32 xxxxGetAttrTypeBN(Int32 instance, string attributeName, out IntPtr attributeType);

[DllImport(IFCEngineDLL, EntryPoint = "xxxxGetAttrTypeBN")]
public static extern Int32 xxxxGetAttrTypeBN(Int32 instance, byte[] attributeName, out IntPtr attributeType);    

Property instance

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

Property attributeName

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

Property attributeType

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