engiGetAttrIndex

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

Property attribute

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