engiIsComplexEntity

The function checks if instances of the specified entity are complex instances. You can use engiGetEntityParentEx to list components.

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiIsComplexEntity")]
public static extern byte engiIsComplexEntity(int_t entity);    

Property entity

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