engiGetEntityParent

Returns the first parent entity, for example the parent of IfcObject is IfcObjectDefinition, of IfcObjectDefinition is IfcRoot and of IfcRoot is 0.

Syntax

//
//   Strong typing definition
//
SdaiEntity                  engiGetEntityParent(
                                    SdaiEntity              entity
                                );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetEntityParent(
                                                                                    int_t                   entity
                                                                                );
    

Property entity

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