engiGetAttrTypeBN

Combines sdaiGetAttrDefinition and engiGetAttrType

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAttrTypeBN")]
public static extern Int64 engiGetAttrTypeBN(Int64 entity, string attributeName);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAttrTypeBN")]
public static extern Int64 engiGetAttrTypeBN(Int64 entity, byte[] attributeName);    

Property entity

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

Property attributeName

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