engiGetAttrIndexEx

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

Syntax

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

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

Property attribute

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

Property countedWithParents

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

Property countedWithInverse

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