engiGetEntityNoAttributesEx

This call returns the number of attributes, inclusion of parents and inverse depends on includeParent and includeInverse values.

Syntax

//
//   Strong typing definition
//
int_t                       engiGetEntityNoAttributesEx(
                                    SdaiEntity              entity,
                                    bool                    includeParent,
                                    bool                    includeInverse
                                );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetEntityNoAttributesEx(
                                                                                    int_t                   entity,
                                                                                    bool                    includeParent,
                                                                                    bool                    includeInverse
                                                                                );
    

Property entity

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

Property includeParent

Size: 8 bit / 1 byte (value)
???.

Property includeInverse

Size: 8 bit / 1 byte (value)
???.