engiGetEntityParentEx

Returns the N-th direct parent of entity or NULL if index exceeds number of parents

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetEntityParentEx")]
public static extern Int64 engiGetEntityParentEx(int_t entity, int_t index);    

Property entity

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

Property index

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