engiGetEntityNoAttributes

This call returns the number of arguments, this includes the arguments of its (nested) parents and inverse arguments.

Syntax

//
//   Strong typing definition
//
int_t           engiGetEntityNoAttributes(
                        SdaiEntity              entity
                    );


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

Property entity

Size: 32 bit / 4 byte (value)
...