engiGetAttrOptionalBN

This call is deprecated, please use call engiIsAttrOptionalBN(..) instead.

Syntax

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

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

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

Property entity

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

Property attributeName

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