engiGetAttrIndexEx

This call works for non-complex entities and entities without multiple inheritance, it is advised not to use this call for other schemas.

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAttrIndexEx")]
public static extern Int32 engiGetAttrIndexEx(int_t attribute, bool countedWithParents, bool countedWithInverse);    

Property attribute

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

Property countedWithParents

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

Property countedWithInverse

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