engiGetEntityNoAttributesEx

This call returns the number of attributes, inclusion of parents and inverse depeds 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: 32 bit / 4 byte (value)
...

Property includeParent

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

Property includeInverse

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