engiGetAttrIndex

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 = "engiGetAttrIndex")]
public static extern Int64 engiGetAttrIndex(int_t attribute);    

Property attribute

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