engiGetEntityAttributeIndexEx

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

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetEntityAttributeIndexEx")]
public static extern Int64 engiGetEntityAttributeIndexEx(int_t entity, string attributeName, bool countedWithParents, bool countedWithInverse);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetEntityAttributeIndexEx")]
public static extern Int64 engiGetEntityAttributeIndexEx(int_t entity, byte[] attributeName, bool countedWithParents, bool countedWithInverse);    

Property entity

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

Property attributeName

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

Property countedWithParents

Size: 8 bit / 1 byte (value)
???.

Property countedWithInverse

Size: 8 bit / 1 byte (value)
???.