engiGetAttrDerivedBN

This call can be used to check if an attribute is defined schema wise in the context of a certain entity

Syntax

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

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

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

Property entity

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

Property attributeName

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